We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021059a commit 4c54cb7Copy full SHA for 4c54cb7
1 file changed
.github/workflows/ci.yml
@@ -26,6 +26,7 @@ jobs:
26
if [[ ${{ matrix.os }} == macos* ]]; then
27
brew install vips
28
elif [[ ${{ matrix.os }} == ubuntu* ]]; then
29
+ sudo apt update
30
sudo apt install --no-install-recommends libvips-dev
31
fi
32
0 commit comments