We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a266c8 commit f0e2e97Copy full SHA for f0e2e97
.github/workflows/ci.yml
@@ -121,6 +121,9 @@ jobs:
121
uses: taiki-e/install-action@f1390fd0d8205ae79e5e57b1d1e300dceeb4163e
122
with:
123
tool: [email protected]
124
+ - name: Install clang for MacOS due to Apple's Clang not supporting `wasm32-unknown-unknown` target.
125
+ if: ${{ matrix.os == 'macos-latest' }}
126
+ run: brew install llvm
127
- name: Setting up cache
128
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
129
0 commit comments