From ca2b4825aeb7e3c95d85d35e9b457a0d44827107 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Wed, 10 Feb 2021 15:30:32 +0100 Subject: [PATCH] ci: use llvm version 11 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8303cf8..9cae85a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Install LLVM and Clang uses: KyleMayes/install-llvm-action@v1 with: - version: "11.0" + version: "11" directory: ${{ runner.temp }}/llvm - uses: actions-rs/toolchain@v1 with: @@ -30,7 +30,7 @@ jobs: - name: Install LLVM and Clang uses: KyleMayes/install-llvm-action@v1 with: - version: "11.0" + version: "11" directory: ${{ runner.temp }}/llvm - uses: actions-rs/toolchain@v1 with: @@ -49,7 +49,7 @@ jobs: - name: Install LLVM and Clang uses: KyleMayes/install-llvm-action@v1 with: - version: "11.0" + version: "11" directory: ${{ runner.temp }}/llvm - uses: actions-rs/toolchain@v1 with: @@ -70,7 +70,7 @@ jobs: - name: Install LLVM and Clang uses: KyleMayes/install-llvm-action@v1 with: - version: "11.0" + version: "11" directory: ${{ runner.temp }}/llvm - uses: actions-rs/toolchain@v1 with: