Skip to content

Commit

Permalink
Update ruby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertobermudez authored Mar 31, 2024
1 parent b681169 commit 922db03
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update sqlite3
sudo apt-get install build-essential
sudo apt-get install libgirepository1.0-dev
sudo apt-get update
sudo apt-get install build-essential sqlite3 ruby-dev libgirepository1.0-dev
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
Expand Down

0 comments on commit 922db03

Please sign in to comment.