File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v4
12
12
- name : Install LLVM and Clang
13
- uses : KyleMayes/install-llvm-action@v2.0.2
13
+ uses : KyleMayes/install-llvm-action@v2.0.3
14
14
with :
15
15
version : " 15.0"
16
16
- uses : dtolnay/rust-toolchain@master
37
37
targets : ${{ matrix.target }}
38
38
39
39
- name : Install LLVM and Clang
40
- uses : KyleMayes/install-llvm-action@v2.0.2
40
+ uses : KyleMayes/install-llvm-action@v2.0.3
41
41
with :
42
42
version : " 15.0"
43
43
53
53
steps :
54
54
- uses : actions/checkout@v4
55
55
- name : Install LLVM and Clang
56
- uses : KyleMayes/install-llvm-action@v2.0.2
56
+ uses : KyleMayes/install-llvm-action@v2.0.3
57
57
with :
58
58
version : " 15.0"
59
59
- uses : dtolnay/rust-toolchain@master
72
72
steps :
73
73
- uses : actions/checkout@v4
74
74
- name : Install LLVM and Clang
75
- uses : KyleMayes/install-llvm-action@v2.0.2
75
+ uses : KyleMayes/install-llvm-action@v2.0.3
76
76
with :
77
77
version : " 15.0"
78
78
- uses : dtolnay/rust-toolchain@master
You can’t perform that action at this time.
0 commit comments