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.
1 parent e2cd872 commit 23abb96Copy full SHA for 23abb96
.github/workflows/cibuildgem.yaml
@@ -27,7 +27,7 @@ jobs:
27
bundler-cache: true
28
- name: "Set RUST_TARGET for windows"
29
if: ${{ runner.os == 'Windows' }}
30
- run: echo "RUST_TARGET=x86_64-pc-windows-gnu" >> $GITHUB_ENV
+ run: echo "RUST_TARGET=x86_64-pc-windows-gnu" >> $env:GITHUB_ENV
31
- name: "Run cibuildgem"
32
uses: "shopify/cibuildgem/.github/actions/cibuildgem@main"
33
with:
0 commit comments