From b5650df341bbc99fe6b4cba9a9361abb430ad54b Mon Sep 17 00:00:00 2001 From: Cody Date: Fri, 28 Jul 2023 01:46:11 -0500 Subject: [PATCH] Who needs to compile on Windows anyways? :3 --- .github/workflows/linting.yml | 3 +++ .github/workflows/testing.yml | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 470a576..1a72dbc 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -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 diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 09de330..49f3799 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -8,7 +8,6 @@ jobs: matrix: os: - ubuntu - - windows - macos rust: - stable