Skip to content

Commit

Permalink
gem update system
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Dec 13, 2022
1 parent 5af17e9 commit e262e9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install libyaml-dev for Psych 5.0+
run: sudo apt-get install -y libyaml-dev
- name: update rubygems
run: sudo gem update --system
- name: Install Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit e262e9f

Please sign in to comment.