Skip to content

Commit

Permalink
Apt update before installing libvips-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandlo committed Mar 29, 2024
1 parent 13c585f commit 1b1c42a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
if [[ ${{ matrix.os }} == macos* ]]; then
brew install vips
elif [[ ${{ matrix.os }} == ubuntu* ]]; then
sudo apt update
sudo apt install --no-install-recommends libvips-dev
fi
Expand Down

0 comments on commit 1b1c42a

Please sign in to comment.