Skip to content

Commit e16e853

Browse files
authored
llvm 21 build (#4)
* llvm 21 build * update deprecated action
1 parent 27fbca0 commit e16e853

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# The type of runner that the job will run on
2121
runs-on: windows-latest
2222
env:
23-
llvm_version: 14.0.6
23+
llvm_version: 21.1.7
2424

2525

2626
# Steps represent a sequence of tasks that will be executed as part of the job
@@ -58,7 +58,7 @@ jobs:
5858
5959
6060
- name: Upload artifacts
61-
uses: actions/upload-artifact@v2.2.4
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: LLVM-${{ env.llvm_version }}-win64
6464
path: LLVM-${{ env.llvm_version }}-win64.7z

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$llvm_version = "14.0.6"
1+
$llvm_version = "21.1.7"
22

33
# Check if scoop is installed
44
if (!(Get-Command "scoop" -errorAction SilentlyContinue)) {

0 commit comments

Comments
 (0)