Skip to content

Commit

Permalink
[ci] Remove "brew install" for libraries that are already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Jun 6, 2024
1 parent 5de03f6 commit 77657e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
unzip Skia-Windows-Release-x64.zip -d skia
fi
elif [[ "${{ runner.os }}" == "macOS" ]] ; then
brew install pixman freetype harfbuzz zlib
if [[ "${{ matrix.backend }}" == "skia" ]] ; then
wget https://github.com/aseprite/skia/releases/download/m102-861e4743af/Skia-macOS-Release-arm64.zip
unzip Skia-macOS-Release-arm64.zip -d skia
Expand Down

0 comments on commit 77657e9

Please sign in to comment.