We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74acbb4 commit 0db47d9Copy full SHA for 0db47d9
1 file changed
.github/workflows/quick.yml
@@ -7,12 +7,14 @@ defaults:
7
shell: bash
8
9
jobs:
10
- steps:
11
- - uses: actions/checkout@v6
12
- - run: |
13
- rustup target add i686-pc-windows-gnu
14
- rustup default nightly-i686-pc-windows-gnu
15
- rustc -Vv
16
17
- cd ./libc-test
18
- cargo t --target i686-pc-windows-gnu
+ test:
+ runs-on: windows-2025
+ steps:
+ - uses: actions/checkout@v6
+ - run: |
+ rustup target add i686-pc-windows-gnu
+ rustup default nightly-i686-pc-windows-gnu
+ rustc -Vv
19
+ cd ./libc-test
20
+ cargo t --target i686-pc-windows-gnu
0 commit comments