Commit a915c91 1 parent 90adacc commit a915c91 Copy full SHA for a915c91
File tree 7 files changed +9
-9
lines changed
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 28
28
- windows-2019
29
29
steps :
30
30
- name : Install LLVM and Clang
31
- uses : KyleMayes/install-llvm-action@v1
31
+ uses : KyleMayes/install-llvm-action@v2
32
32
with :
33
33
version : " 10.0"
34
34
directory : ${{ runner.temp }}/llvm
Original file line number Diff line number Diff line change 19
19
20
20
# Install first since it's needed to build NASM
21
21
- name : Install LLVM and Clang
22
- uses : KyleMayes/install-llvm-action@v1
22
+ uses : KyleMayes/install-llvm-action@v2
23
23
with :
24
24
version : " 10.0"
25
25
directory : ${{ runner.temp }}/llvm
51
51
52
52
# Install first since it's needed to build NASM
53
53
- name : Install LLVM and Clang
54
- uses : KyleMayes/install-llvm-action@v1
54
+ uses : KyleMayes/install-llvm-action@v2
55
55
with :
56
56
version : " 10.0"
57
57
directory : ${{ runner.temp }}/llvm
Original file line number Diff line number Diff line change 23
23
steps :
24
24
# Install first since it's needed to build NASM
25
25
- name : Install LLVM and Clang
26
- uses : KyleMayes/install-llvm-action@v1
26
+ uses : KyleMayes/install-llvm-action@v2
27
27
with :
28
28
version : " 10.0"
29
29
directory : ${{ runner.temp }}/llvm
Original file line number Diff line number Diff line change 28
28
steps :
29
29
# Install first since it's needed to build NASM
30
30
- name : Install LLVM and Clang
31
- uses : KyleMayes/install-llvm-action@v1
31
+ uses : KyleMayes/install-llvm-action@v2
32
32
with :
33
33
version : " 10.0"
34
34
directory : ${{ runner.temp }}/llvm
Original file line number Diff line number Diff line change 29
29
steps :
30
30
# Install first since it's needed to build NASM
31
31
- name : Install LLVM and Clang
32
- uses : KyleMayes/install-llvm-action@v1
32
+ uses : KyleMayes/install-llvm-action@v2
33
33
with :
34
34
version : " 10.0"
35
35
directory : ${{ runner.temp }}/llvm
78
78
steps :
79
79
# Install first since it's needed to build NASM
80
80
- name : Install LLVM and Clang
81
- uses : KyleMayes/install-llvm-action@v1
81
+ uses : KyleMayes/install-llvm-action@v2
82
82
with :
83
83
version : " 10.0"
84
84
directory : ${{ runner.temp }}/llvm
Original file line number Diff line number Diff line change 32
32
steps :
33
33
# Install first since it's needed to build NASM
34
34
- name : Install LLVM and Clang
35
- uses : KyleMayes/install-llvm-action@v1
35
+ uses : KyleMayes/install-llvm-action@v2
36
36
with :
37
37
version : " 10.0"
38
38
directory : ${{ runner.temp }}/llvm
Original file line number Diff line number Diff line change 17
17
uses : ilammy/setup-nasm@v1
18
18
19
19
- name : Install LLVM and Clang
20
- uses : KyleMayes/install-llvm-action@v1
20
+ uses : KyleMayes/install-llvm-action@v2
21
21
with :
22
22
version : " 10.0"
23
23
directory : ${{ runner.temp }}/llvm
You can’t perform that action at this time.
0 commit comments