Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
andymeneely committed Jan 12, 2025
1 parent bb752b5 commit 8c48722
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
# bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- run: ruby --version # explicitly show the ruby version
- run: |
sudo apt-get update
sudo apt-get install libglib2.0-dev
- run: sudo apt-get update
- run: sudo apt-get install libglib2.0-dev libgdk-pixbuf2.0-dev
- run: bundle install
- run: bundle exec rake

0 comments on commit 8c48722

Please sign in to comment.