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 edd37f0 commit bc1382dCopy full SHA for bc1382d
.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: apt install -y llvm
+ run: sudo apt install -y llvm
65
- name: Install dependencies
66
run: pnpm install
67
- name: Build bindings
0 commit comments