Skip to content

Commit

Permalink
Who needs to compile on Windows anyways? :3
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-quinn committed Jul 28, 2023
1 parent 1555738 commit b5650df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
with:
toolchain: nightly-2023-06-19
components: clippy, rust-src
- uses: KyleMayes/install-llvm-action@v1
with:
version: "15.0"
- run: cargo clippy --all-features -- --deny warnings
code-format:
name: Check formatting
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
matrix:
os:
- ubuntu
- windows
- macos
rust:
- stable
Expand Down

0 comments on commit b5650df

Please sign in to comment.