We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33aff4c commit 73ca14aCopy full SHA for 73ca14a
.github/workflows/check.yml
@@ -15,6 +15,7 @@ jobs:
15
with:
16
submodules: true
17
- uses: ./.github/actions/install-rust
18
+ - run: rustup target add x86_64-pc-windows-gnu
19
- run: cargo build --release --timings --target x86_64-pc-windows-gnu
20
- uses: actions/upload-artifact@v4
21
0 commit comments