Skip to content

Commit

Permalink
use apt-get instead of apt
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jul 16, 2024
1 parent 2d0c9cf commit 0b4fd8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
EOF
- name: Setup
run: |
sudo apt update
sudo apt install pkg-config libcairo2-dev libpango1.0-dev libssl-dev libjpeg62-dev libgif-dev
sudo apt-get update
sudo apt-get 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 0b4fd8c

Please sign in to comment.