Skip to content

Commit

Permalink
no sudo brew
Browse files Browse the repository at this point in the history
  • Loading branch information
andymeneely committed Jan 12, 2025
1 parent f2bcdd3 commit a83a7bc
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 @@ -27,7 +27,7 @@ jobs:
sudo apt-get install libglib2.0-dev libgdk-pixbuf2.0-dev librsvg2-dev
elif [ ${{ matrix.os }} == 'macos-latest' ]; then
echo "Installing MacOS native deps..."
sudo brew install pango gdk-pixbuf
brew install pango gdk-pixbuf
fi
- run: bundle install
- run: bundle exec rake

0 comments on commit a83a7bc

Please sign in to comment.