Skip to content

Commit 51ee381

Browse files
authored
Update to 20.1.8
1 parent b4cc4be commit 51ee381

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/windows_arm64.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ on:
44
push:
55
branches:
66
- develop
7-
- release-**
87
pull_request:
98
branches:
109
- develop
11-
- release-**
1210

1311
concurrency:
1412
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -28,7 +26,7 @@ jobs:
2826
- name: Install LLVM for Win-ARM64
2927
shell: pwsh
3028
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
29+
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
3230
Start-Process -FilePath ".\LLVM-woa64.exe" -ArgumentList "/S" -Wait
3331
echo "C:\Program Files\LLVM\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
3432

0 commit comments

Comments
 (0)