Skip to content

Commit 0db47d9

Browse files
committed
chore: wip
1 parent 74acbb4 commit 0db47d9

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

.github/workflows/quick.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ defaults:
77
shell: bash
88

99
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-
- run: |
17-
cd ./libc-test
18-
cargo t --target i686-pc-windows-gnu
10+
test:
11+
runs-on: windows-2025
12+
steps:
13+
- uses: actions/checkout@v6
14+
- run: |
15+
rustup target add i686-pc-windows-gnu
16+
rustup default nightly-i686-pc-windows-gnu
17+
rustc -Vv
18+
- run: |
19+
cd ./libc-test
20+
cargo t --target i686-pc-windows-gnu

0 commit comments

Comments
 (0)