Skip to content

Commit b6cb826

Browse files
committedOct 26, 2024··
fix(ci): missing llvm
1 parent 7f44a9d commit b6cb826

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/actions/setup-pdfium/action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ runs:
133133
run: |
134134
just -v build pack
135135
136+
- name: Install LLVM and Clang
137+
if: ${{ inputs.target_os == 'wasm' }}
138+
uses: KyleMayes/install-llvm-action@v2
139+
136140
- name: Build & Install WASM
137141
if: ${{ inputs.target_os == 'wasm' }}
138142
shell: bash

0 commit comments

Comments
 (0)
Please sign in to comment.