Skip to content

Commit c77aec6

Browse files
authored
Update windows_arm64.yml
1 parent 51ee381 commit c77aec6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/windows_arm64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
Invoke-WebRequest https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.8/LLVM-20.1.8-woa64.exe -UseBasicParsing -OutFile LLVM-woa64.exe
3030
Start-Process -FilePath ".\LLVM-woa64.exe" -ArgumentList "/S" -Wait
3131
echo "C:\Program Files\LLVM\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
32+
dir "C:\Program Files\LLVM\include\flang"
3233
3334
- name: Install CMake and Ninja for Win-ARM64
3435
shell: pwsh

0 commit comments

Comments
 (0)