Fixed typo v2

This commit is contained in:
David Cole 2021-04-17 00:25:07 +12:00
parent b08fad5aad
commit 5f89a5f970

View File

@ -62,7 +62,7 @@ jobs:
- name: Setup LLVM & Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: ${{ matrix.clang }}
version: ${{ matrix.llvm }}
directory: ${{ runner.temp }}/llvm-${{ matrix.llvm }}
- name: Run rustfmt
uses: actions-rs/cargo@v1
@ -74,7 +74,7 @@ jobs:
- name: Run clippy
uses: actions-rs/cargo@v1
env:
LIBCLANG_PATH: ${{ runner.temp }}/llvm-${{ matrix.clang }}/lib
LIBCLANG_PATH: ${{ runner.temp }}/llvm-${{ matrix.llvm }}/lib
with:
command: clippy
args: -- -D warnings