We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fbca0 commit e16e853Copy full SHA for e16e853
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
# The type of runner that the job will run on
21
runs-on: windows-latest
22
env:
23
- llvm_version: 14.0.6
+ llvm_version: 21.1.7
24
25
26
# Steps represent a sequence of tasks that will be executed as part of the job
@@ -58,7 +58,7 @@ jobs:
58
59
60
- name: Upload artifacts
61
- uses: actions/upload-artifact@v2.2.4
+ uses: actions/upload-artifact@v4
62
with:
63
name: LLVM-${{ env.llvm_version }}-win64
64
path: LLVM-${{ env.llvm_version }}-win64.7z
build.ps1
@@ -1,4 +1,4 @@
1
-$llvm_version = "14.0.6"
+$llvm_version = "21.1.7"
2
3
# Check if scoop is installed
4
if (!(Get-Command "scoop" -errorAction SilentlyContinue)) {
0 commit comments