dir llvm prefix

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2022-09-10 15:44:40 +02:00 committed by GitHub
parent 510859c7c7
commit bda32d546e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,8 @@ jobs:
run: |
curl.exe -L -O https://github.com/PLC-lang/llvm-package-windows/releases/download/v13.0.0/LLVM-13.0.0-win64.7z
7z x LLVM-13.0.0-win64.7z -oC:\LLVM-13.0.0-win64
- run: dir $LLVM_SYS_130_PREFIX
#- name: set up llvm 12 # we need both 12 and 13 to prevent github.com/roc-lang/roc/issues/3952
# run: |
@ -51,4 +53,4 @@ jobs:
- run: lld-link.exe --version
- name: build
run: cargo build
run: LLVM_SYS_130_PREFIX=$LLVM_SYS_130_PREFIX cargo build