File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - develop
7- - release-**
87 pull_request :
98 branches :
109 - develop
11- - release-**
1210
1311concurrency :
1412 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -28,10 +26,12 @@ 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
34-
32+ #dir "C:\Program Files\LLVM\include\flang"
33+ #rmdir /Q /S "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/Llvm/ARM64"
34+
3535 - name : Install CMake and Ninja for Win-ARM64
3636 shell : pwsh
3737 run : |
4747 shell : cmd
4848 run : |
4949 CALL "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsarm64.bat"
50+ set PATH=C:\Program Files\LLVM\bin;%PATH%
51+
5052 mkdir build
5153 cd build
5254 cmake .. -G Ninja ^
You can’t perform that action at this time.
0 commit comments