This repository was archived by the owner on Sep 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
38
38
# Install first since it's needed to build NASM
39
39
- name : Install LLVM and Clang
40
- uses : KyleMayes/install-llvm-action@6ba6e2cd3813def9879be378609d87cb3ef3bac3 # v2.0.6
40
+ uses : KyleMayes/install-llvm-action@a7a1a882e2d06ebe05d5bb97c3e1f8c984ae96fc # v2.0.7
41
41
with :
42
42
version : " 10.0"
43
43
directory : ${{ runner.temp }}/llvm
74
74
egress-policy : audit
75
75
76
76
- name : Install LLVM and Clang
77
- uses : KyleMayes/install-llvm-action@6ba6e2cd3813def9879be378609d87cb3ef3bac3 # v2.0.6
77
+ uses : KyleMayes/install-llvm-action@a7a1a882e2d06ebe05d5bb97c3e1f8c984ae96fc # v2.0.7
78
78
with :
79
79
version : " 10.0"
80
80
directory : ${{ runner.temp }}/llvm
Original file line number Diff line number Diff line change 38
38
git submodule update --init --recursive --depth 1
39
39
40
40
- name : Install LLVM and Clang
41
- uses : KyleMayes/install-llvm-action@6ba6e2cd3813def9879be378609d87cb3ef3bac3 # v2.0.6
41
+ uses : KyleMayes/install-llvm-action@a7a1a882e2d06ebe05d5bb97c3e1f8c984ae96fc # v2.0.7
42
42
with :
43
43
version : " 10.0"
44
44
directory : ${{ runner.temp }}/llvm
Original file line number Diff line number Diff line change 42
42
43
43
# Install first since it's needed to build NASM
44
44
- name : Install LLVM and Clang
45
- uses : KyleMayes/install-llvm-action@6ba6e2cd3813def9879be378609d87cb3ef3bac3 # v2.0.6
45
+ uses : KyleMayes/install-llvm-action@a7a1a882e2d06ebe05d5bb97c3e1f8c984ae96fc # v2.0.7
46
46
with :
47
47
version : " 10.0"
48
48
directory : ${{ runner.temp }}/llvm
You can’t perform that action at this time.
0 commit comments