Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaDiachenko committed Jan 10, 2025
1 parent be72243 commit cfbdc45
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/rnvUnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ jobs:

steps:
- uses: actions/checkout@master

- name: install system dependencies for canvas
run: |
sudo apt-get update
sudo apt-get install -y \
pkg-config \
libcairo2-dev \
libpango1.0-dev \
libpng-dev \
libjpeg-dev \
libgif-dev \
librsvg2-dev
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit cfbdc45

Please sign in to comment.