Browse Source

Update windows_arm64.yml

pull/5411/head
Martin Kroeker GitHub 9 months ago
parent
commit
c77aec6971
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/windows_arm64.yml

+ 1
- 0
.github/workflows/windows_arm64.yml View File

@@ -29,6 +29,7 @@ jobs:
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
Start-Process -FilePath ".\LLVM-woa64.exe" -ArgumentList "/S" -Wait
echo "C:\Program Files\LLVM\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
dir "C:\Program Files\LLVM\include\flang"

- name: Install CMake and Ninja for Win-ARM64
shell: pwsh


Loading…
Cancel
Save