Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit f744b8a

Browse files
committed
ci: fix llvm path on linux
1 parent ddb0b5a commit f744b8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/x86_64-unknown-linux-gnu-compiler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99
FIREFLY_BUILD_TYPE: static
1010
LLVM_LINK_LLVM_DYLIB: OFF
1111
LLVM_VERSION: 15
12+
LLVM_PREFIX: /usr/lib/llvm-15
1213
CARGO_MAKE_TOOLCHAIN: nightly-2022-11-02
1314

1415
jobs:

0 commit comments

Comments
 (0)