We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f44a9d commit b6cb826Copy full SHA for b6cb826
.github/actions/setup-pdfium/action.yml
@@ -133,6 +133,10 @@ runs:
133
run: |
134
just -v build pack
135
136
+ - name: Install LLVM and Clang
137
+ if: ${{ inputs.target_os == 'wasm' }}
138
+ uses: KyleMayes/install-llvm-action@v2
139
+
140
- name: Build & Install WASM
141
if: ${{ inputs.target_os == 'wasm' }}
142
shell: bash
0 commit comments