Skip to content

Commit

Permalink
chore: Update LLVM in the documentation workflow
Browse files Browse the repository at this point in the history
Follow-up for #2085
  • Loading branch information
jubianchi committed Feb 2, 2021
1 parent 3af8932 commit 64ed17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64ed17b

Please sign in to comment.