Skip to content

Commit

Permalink
fix(ci): missing llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Oct 26, 2024
1 parent 7f44a9d commit b6cb826
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup-pdfium/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ runs:
run: |
just -v build pack
- name: Install LLVM and Clang
if: ${{ inputs.target_os == 'wasm' }}
uses: KyleMayes/install-llvm-action@v2

- name: Build & Install WASM
if: ${{ inputs.target_os == 'wasm' }}
shell: bash
Expand Down

0 comments on commit b6cb826

Please sign in to comment.