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.
2 parents bac9d2e + 4b2c441 commit e93c83cCopy full SHA for e93c83c
.github/actions/cibuildgem/action.yml
@@ -19,7 +19,8 @@ runs:
19
steps:
20
- name: Install cibuildgem
21
shell: bash
22
- run: "gem install cibuildgem"
+ run: ${{ github.repository == 'Shopify/cibuildgem' && 'rake install' || 'gem install cibuildgem' }}
23
+ working-directory: "${{ github.action_path }}"
24
- name: "Setup Rake Compiler"
25
if: "${{ inputs.step == 'compile' }}"
26
uses: actions/github-script@v8
0 commit comments