Skip to content

Commit 199ede5

Browse files
Remove Windows static checks
1 parent e5f4225 commit 199ede5

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/code_checks.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -36,32 +36,6 @@ jobs:
3636
- name: Run checks
3737
run: ./do_checks.sh
3838

39-
static_checks_windows:
40-
runs-on: windows-latest
41-
steps:
42-
# This prevents git from changing line-endings to crlf, which messes cargo fmt checks
43-
- name: Set git to use LF
44-
run: |
45-
git config --global core.autocrlf false
46-
git config --global core.eol lf
47-
48-
- name: Checkout repository and submodules
49-
uses: actions/checkout@v4
50-
with:
51-
submodules: recursive
52-
53-
- name: Install python toml package
54-
run: python3 -m pip install toml
55-
- name: Install rust
56-
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain $(python3 ./build-tools/rust-version-extractor/rust-version-extractor.py)
57-
- name: Install rust clippy
58-
run: rustup component add clippy
59-
- name: Install cargo-deny
60-
run: cargo install cargo-deny --locked
61-
- name: Run checks
62-
shell: bash
63-
run: ./do_checks.sh
64-
6539
static_checks_macos:
6640
runs-on: macos-latest
6741
steps:

0 commit comments

Comments
 (0)