mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 00:42:54 -05:00
ci: install native deps (see README.md)
This commit is contained in:
parent
513e660767
commit
464af4f040
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -36,8 +36,8 @@ jobs:
|
||||||
EOF
|
EOF
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
# sudo apt update
|
sudo apt update
|
||||||
# sudo apt install libgif-dev
|
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_BRANCH="${{github.ref_name}}" travis/setup-git.sh # Configure git user info
|
||||||
travis/install-assets.sh
|
travis/install-assets.sh
|
||||||
npm set progress=false
|
npm set progress=false
|
||||||
|
|
Loading…
Reference in a new issue