Skip to content

Commit

Permalink
fix(doc): Remove condition on LLVM install step
Browse files Browse the repository at this point in the history
  • Loading branch information
jubianchi committed Jan 22, 2021
1 parent eb91bd0 commit e5d3e06
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 e5d3e06

Please sign in to comment.