diff options
| author | Cody <cody@codyq.dev> | 2023-07-28 01:46:11 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-07-28 01:46:11 -0500 |
| commit | b5650df341bbc99fe6b4cba9a9361abb430ad54b (patch) | |
| tree | ef125df46591f2365fc21b7f978002dbe28c35ae /.github | |
| parent | 1555738be40d8fceb1d5888ba47c3bac84f5d2c1 (diff) | |
| download | sloth-b5650df341bbc99fe6b4cba9a9361abb430ad54b.tar.gz | |
Who needs to compile on Windows anyways? :3
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/linting.yml | 3 | ||||
| -rw-r--r-- | .github/workflows/testing.yml | 1 |
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 |
