From dbbdb426ca4fe1da9d7ba961f94379cd9a0bae56 Mon Sep 17 00:00:00 2001 From: Tom Leavy Date: Mon, 13 Nov 2023 11:41:29 -0500 Subject: [PATCH] testing ci --- .github/workflows/native_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/native_build.yml b/.github/workflows/native_build.yml index a74f935b..648135f9 100644 --- a/.github/workflows/native_build.yml +++ b/.github/workflows/native_build.yml @@ -17,6 +17,8 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: dtolnay/rust-toolchain@stable - name: Rust Fmt + - run: brew install llvm --HEAD + if: matrix.os == 'macos-latest' run: cargo fmt --all -- --check - name: Clippy Full RFC Compliance run: cargo clippy --all-targets --all-features --workspace -- -D warnings