Skip to content

Commit

Permalink
As flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Oct 24, 2024
1 parent 516bb48 commit d80fdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
New-Item -Name ".llvm" -Type Directory
Invoke-WebRequest -Uri https://github.com/wasmerio/llvm-custom-builds/releases/download/15.x/llvm-windows-amd64.tar.xz -OutFile llvm.xz
ls
tar xvf llvm.xz -C .llvm
tar -xvf llvm.xz -C .llvm
echo LLVM_SYS_150_PREFIX="$(pwd)/.llvm" >> $GITHUB_ENV
- name: test root
env:
Expand Down

0 comments on commit d80fdd7

Please sign in to comment.