From c77aec6971b433155ef975b47471ab0522a757a7 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 8 Aug 2025 11:04:35 +0200 Subject: [PATCH] Update windows_arm64.yml --- .github/workflows/windows_arm64.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows_arm64.yml b/.github/workflows/windows_arm64.yml index 72ecf79f1..9fc644fba 100644 --- a/.github/workflows/windows_arm64.yml +++ b/.github/workflows/windows_arm64.yml @@ -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