We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1e641 commit 176f546Copy full SHA for 176f546
1 file changed
.github/workflows/build.yml
@@ -5,8 +5,8 @@ jobs:
5
strategy:
6
fail-fast: false
7
matrix:
8
- os: [ubuntu-latest]
9
- ruby: [3.4, 3.2]
+ os: [windows-latest]
+ ruby: [3.4]
10
runs-on: ${{ matrix.os }}
11
steps:
12
- uses: actions/checkout@v5
@@ -22,5 +22,7 @@ jobs:
22
ruby-version: ${{ matrix.ruby }}
23
bundler-cache: true
24
- run: bundle exec rake compile
25
+ env:
26
+ RUST_TARGET: x86_64-pc-windows-gnu
27
- run: bundle exec rake download:files
28
- run: bundle exec rake test
0 commit comments