Skip to content

Commit ba8d577

Browse files
committed
wip: debug gem version in CI
1 parent f0cd55c commit ba8d577

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,9 @@ jobs:
198198
- uses: ruby/setup-ruby@v1
199199
with:
200200
ruby-version: ${{ matrix.ruby }}
201-
- run: ruby --version
201+
- run: |
202+
ruby --version
203+
gem --version
202204
- name: Download gem-${{matrix.platform}}
203205
uses: actions/download-artifact@v3
204206
with:

0 commit comments

Comments
 (0)