Skip to content

Commit edd37f0

Browse files
committed
Install llvm using apt
1 parent 2208420 commit edd37f0

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: bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
64+
run: apt install -y llvm
6565
- name: Install dependencies
6666
run: pnpm install
6767
- name: Build bindings

0 commit comments

Comments
 (0)