Skip to content

Commit

Permalink
Check what step is slow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Oct 24, 2024
1 parent 1a9a04a commit d1f1288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- name: Install LLVM
shell: pwsh
run: |
Set-PSDebug -Trace 1
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
tar xvf llvm.xz -C .llvm
Expand Down

0 comments on commit d1f1288

Please sign in to comment.