Skip to content

Commit bc1382d

Browse files
committed
Install llvm with sudo
1 parent edd37f0 commit bc1382d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: cargo install cargo-xwin
6262
- name: Install llvm
6363
if: matrix.targets == 'x86_64-pc-windows-msvc' || matrix.targets == 'aarch64-pc-windows-msvc'
64-
run: apt install -y llvm
64+
run: sudo apt install -y llvm
6565
- name: Install dependencies
6666
run: pnpm install
6767
- name: Build bindings

0 commit comments

Comments
 (0)