Skip to content

Commit

Permalink
Merge pull request #2047 from jubianchi/doc-llvm-install
Browse files Browse the repository at this point in the history
fix(doc): Remove condition on LLVM install step
  • Loading branch information
syrusakbary authored Jan 23, 2021
2 parents fbc3745 + e5d3e06 commit 6b02841
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b02841

Please sign in to comment.