Skip to content

Commit 1fa0b59

Browse files
committed
ci: log gem env in CI
1 parent 13cfd05 commit 1fa0b59

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
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 env
202204
- name: Download gem-${{matrix.platform}}
203205
uses: actions/download-artifact@v3
204206
with:
@@ -254,7 +256,9 @@ jobs:
254256
- uses: ruby/setup-ruby@v1
255257
with:
256258
ruby-version: ${{ matrix.ruby }}
257-
- run: ruby --version
259+
- run: |
260+
ruby --version
261+
gem env
258262
- name: Download gem-${{matrix.platform}}-static
259263
uses: actions/download-artifact@v3
260264
with:

0 commit comments

Comments
 (0)