We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4019d commit 0b3a98dCopy full SHA for 0b3a98d
1 file changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
ruby-version: ${{ matrix.ruby }}
27
bundler-cache: true
28
# https://github.com/oxidize-rb/rb-sys/issues/268
29
- - if: ${{ runner.os == 'Windows') }}
+ - if: ${{ runner.os == 'Windows' }}
30
run: echo "RUST_TARGET=x86_64-pc-windows-gnu" >> "$env:GITHUB_ENV"
31
- run: bundle exec rake compile
32
- run: bundle exec rake test
0 commit comments