Skip to content

Commit

Permalink
try apt myself
Browse files Browse the repository at this point in the history
  • Loading branch information
andymeneely committed Jan 12, 2025
1 parent bfae30b commit bf1e404
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
# bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- run: ruby --version # explicitly show the ruby version
- run: apt-get install -V -y libglib2.0-dev
- run: bundle install
- run: bundle exec rake

0 comments on commit bf1e404

Please sign in to comment.