diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index b60e4fb..cd3d0d3 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -12,15 +12,14 @@ jobs: RUSTFLAGS: "-Dwarnings" runs-on: "ubuntu-latest" steps: + - name: "Checkout code" + uses: "actions/checkout@v4" + - name: "Install LLVM and Clang" uses: "KyleMayes/install-llvm-action@v2" with: - directory: "/llvm" version: "17.0" - - name: "Checkout code" - uses: "actions/checkout@v4" - - name: "Cache build artifacts" uses: "Swatinem/rust-cache@v2"