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 2208420 commit edd37f0Copy full SHA for edd37f0
.github/workflows/ci.yaml
@@ -61,7 +61,7 @@ jobs:
61
run: cargo install cargo-xwin
62
- name: Install llvm
63
if: matrix.targets == 'x86_64-pc-windows-msvc' || matrix.targets == 'aarch64-pc-windows-msvc'
64
- run: bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
+ run: apt install -y llvm
65
- name: Install dependencies
66
run: pnpm install
67
- name: Build bindings
0 commit comments