From 64ed17b085b7062f8604a92161e3df076ef9b34c Mon Sep 17 00:00:00 2001 From: jubianchi Date: Tue, 2 Feb 2021 09:51:46 +0100 Subject: [PATCH] chore: Update LLVM in the documentation workflow Follow-up for #2085 --- .github/workflows/documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 1e770e7e550..4de865987fc 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -30,7 +30,7 @@ jobs: echo "LLVM_SYS_100_PREFIX=${{ env.LLVM_DIR }}" >> $GITHUB_ENV env: LLVM_DIR: ${{ github.workspace }}/llvm-10 - LLVM_URL: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/10.x/linux-amd64.tar.gz' + LLVM_URL: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/11.x/linux-amd64.tar.gz' - name: Build & package documentation run: make package-docs - name: Publish documentation