Skip to content

Commit

Permalink
Merge #2089
Browse files Browse the repository at this point in the history
2089: chore: Update LLVM in the documentation workflow r=jubianchi a=jubianchi

The documentation workflow is broken since we updated to LLVM 11. This PR fixes that.

Co-authored-by: jubianchi <[email protected]>
  • Loading branch information
bors[bot] and jubianchi authored Feb 2, 2021
2 parents dd5196e + 64ed17b commit 3ed1e47
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 3ed1e47

Please sign in to comment.