Skip to content

Commit 464af4f

Browse files
committed
ci: install native deps (see README.md)
1 parent 513e660 commit 464af4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
EOF
3737
- name: Setup
3838
run: |
39-
# sudo apt update
40-
# sudo apt install libgif-dev
39+
sudo apt update
40+
sudo apt install pkg-config libcairo2-dev libpango1.0-dev libssl-dev libjpeg62-dev libgif-dev
4141
TRAVIS_BRANCH="${{github.ref_name}}" travis/setup-git.sh # Configure git user info
4242
travis/install-assets.sh
4343
npm set progress=false

0 commit comments

Comments
 (0)