Skip to content

Commit

Permalink
ci: install native deps (see README.md)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Apr 23, 2024
1 parent 513e660 commit 464af4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
EOF
- name: Setup
run: |
# sudo apt update
# sudo apt install libgif-dev
sudo apt update
sudo apt install pkg-config libcairo2-dev libpango1.0-dev libssl-dev libjpeg62-dev libgif-dev
TRAVIS_BRANCH="${{github.ref_name}}" travis/setup-git.sh # Configure git user info
travis/install-assets.sh
npm set progress=false
Expand Down

0 comments on commit 464af4f

Please sign in to comment.