Skip to content

Commit a2239c0

Browse files
committed
ci: check linux only (windows needs MSVC tools, covered by build job)
1 parent 2170db9 commit a2239c0

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ jobs:
1313

1414
- uses: dtolnay/rust-toolchain@stable
1515
with:
16-
targets: x86_64-pc-windows-msvc,x86_64-unknown-linux-gnu
16+
targets: x86_64-unknown-linux-gnu
1717

18-
- name: cargo check all targets
19-
run: |
20-
cargo check --target x86_64-unknown-linux-gnu
21-
cargo check --target x86_64-pc-windows-msvc
18+
- name: cargo check linux target
19+
run: cargo check --target x86_64-unknown-linux-gnu
2220

2321
build:
2422
needs: check

0 commit comments

Comments
 (0)