Skip to content

Commit 0b3a98d

Browse files
committed
Fixed CI
1 parent 7a4019d commit 0b3a98d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
ruby-version: ${{ matrix.ruby }}
2727
bundler-cache: true
2828
# https://github.com/oxidize-rb/rb-sys/issues/268
29-
- if: ${{ runner.os == 'Windows') }}
29+
- if: ${{ runner.os == 'Windows' }}
3030
run: echo "RUST_TARGET=x86_64-pc-windows-gnu" >> "$env:GITHUB_ENV"
3131
- run: bundle exec rake compile
3232
- run: bundle exec rake test

0 commit comments

Comments
 (0)