aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-07-28 01:46:11 -0500
committerCody <cody@codyq.dev>2023-07-28 01:46:11 -0500
commitb5650df341bbc99fe6b4cba9a9361abb430ad54b (patch)
treeef125df46591f2365fc21b7f978002dbe28c35ae
parent1555738be40d8fceb1d5888ba47c3bac84f5d2c1 (diff)
downloadsloth-b5650df341bbc99fe6b4cba9a9361abb430ad54b.tar.gz
Who needs to compile on Windows anyways? :3
-rw-r--r--.github/workflows/linting.yml3
-rw-r--r--.github/workflows/testing.yml1
2 files changed, 3 insertions, 1 deletions
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