We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cc4be commit 51ee381Copy full SHA for 51ee381
1 file changed
.github/workflows/windows_arm64.yml
@@ -4,11 +4,9 @@ on:
4
push:
5
branches:
6
- develop
7
- - release-**
8
pull_request:
9
10
11
12
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -28,7 +26,7 @@ jobs:
28
26
- name: Install LLVM for Win-ARM64
29
27
shell: pwsh
30
run: |
31
- Invoke-WebRequest https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/LLVM-20.1.6-woa64.exe -UseBasicParsing -OutFile LLVM-woa64.exe
+ 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
32
Start-Process -FilePath ".\LLVM-woa64.exe" -ArgumentList "/S" -Wait
33
echo "C:\Program Files\LLVM\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
34
0 commit comments