Skip to content

Commit b2ea962

Browse files
committed
Chore: try linking llvm statically
1 parent 3819b89 commit b2ea962

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
rust:
1919
name: Rust ${{ matrix.rust }} on ${{ matrix.os }}
2020
runs-on: ${{ matrix.os }}
21+
env:
22+
LLVM_LINK_STATIC: 1
2123
strategy:
2224
fail-fast: false
2325
matrix:

0 commit comments

Comments
 (0)