Skip to content

Commit

Permalink
wip: debug gem version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Dec 28, 2023
1 parent f0cd55c commit ba8d577
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: ruby --version
- run: |
ruby --version
gem --version
- name: Download gem-${{matrix.platform}}
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit ba8d577

Please sign in to comment.