We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gem env
1 parent 13cfd05 commit 1fa0b59Copy full SHA for 1fa0b59
.github/workflows/ci.yml
@@ -198,7 +198,9 @@ jobs:
198
- uses: ruby/setup-ruby@v1
199
with:
200
ruby-version: ${{ matrix.ruby }}
201
- - run: ruby --version
+ - run: |
202
+ ruby --version
203
+ gem env
204
- name: Download gem-${{matrix.platform}}
205
uses: actions/download-artifact@v3
206
@@ -254,7 +256,9 @@ jobs:
254
256
255
257
258
259
260
261
262
- name: Download gem-${{matrix.platform}}-static
263
264
0 commit comments