From e5d3e06babb73f3837d9e62230964834916f664d Mon Sep 17 00:00:00 2001 From: jubianchi Date: Fri, 22 Jan 2021 20:11:10 +0100 Subject: [PATCH] fix(doc): Remove condition on LLVM install step --- .github/workflows/documentation.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 170a7b77737..1e770e7e550 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -21,7 +21,6 @@ jobs: toolchain: 1.48.0 override: true - name: Install LLVM - if: matrix.llvm_url shell: bash run: | curl --proto '=https' --tlsv1.2 -sSf ${{ env.LLVM_URL }} -L -o llvm.tar.gz