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 dc82a75 commit 9497fe9Copy full SHA for 9497fe9
.github/workflows/cibuildgem.yaml
@@ -25,6 +25,9 @@ jobs:
25
with:
26
ruby-version: "3.1.7"
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" >> $env:GITHUB_ENV
31
- name: "Run cibuildgem"
32
uses: "shopify/cibuildgem/.github/actions/cibuildgem@main"
33
@@ -51,6 +54,9 @@ jobs:
51
54
52
55
crate: "b3sum"
53
56
version: "1.5.1"
57
58
59
60
61
62
0 commit comments