Skip to content

Commit

Permalink
macos brew install
Browse files Browse the repository at this point in the history
  • Loading branch information
andymeneely committed Jan 12, 2025
1 parent 8bd7fa7 commit f2bcdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "Installing Ubuntu native deps..."
sudo apt-get update
sudo apt-get install libglib2.0-dev libgdk-pixbuf2.0-dev librsvg2-dev
elif [ ]; then
elif [ ${{ matrix.os }} == 'macos-latest' ]; then
echo "Installing MacOS native deps..."
sudo brew install pango gdk-pixbuf
fi
Expand Down

0 comments on commit f2bcdd3

Please sign in to comment.