Skip to content

Commit 571babd

Browse files
authored
Remove duplicate cargo check (RustPython#7377)
1 parent aeeff99 commit 571babd

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -263,13 +263,6 @@ jobs:
263263
- name: Check compilation for freebsd
264264
run: cargo check --target x86_64-unknown-freebsd ${{ env.CARGO_ARGS_NO_SSL }}
265265

266-
- uses: dtolnay/rust-toolchain@stable
267-
with:
268-
target: x86_64-unknown-freebsd
269-
270-
- name: Check compilation for freeBSD
271-
run: cargo check --target x86_64-unknown-freebsd ${{ env.CARGO_ARGS_NO_SSL }}
272-
273266
- uses: dtolnay/rust-toolchain@stable
274267
with:
275268
target: wasm32-wasip2

0 commit comments

Comments
 (0)