Skip to content

Commit bb752b5

Browse files
committed
sudo do it myself
1 parent 789ecc8 commit bb752b5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ jobs:
1919
# bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2020

2121
- run: ruby --version # explicitly show the ruby version
22+
- run: |
23+
sudo apt-get update
24+
sudo apt-get install libglib2.0-dev
2225
- run: bundle install
2326
- run: bundle exec rake

0 commit comments

Comments
 (0)