Skip to content

Commit 4c54cb7

Browse files
committed
Apt update before installing libvips-dev
1 parent 021059a commit 4c54cb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
if [[ ${{ matrix.os }} == macos* ]]; then
2727
brew install vips
2828
elif [[ ${{ matrix.os }} == ubuntu* ]]; then
29+
sudo apt update
2930
sudo apt install --no-install-recommends libvips-dev
3031
fi
3132

0 commit comments

Comments
 (0)