File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
run : choco install llvm
30
30
- uses : actions-rs/toolchain@v1
31
31
with :
32
- toolchain : stable
32
+ toolchain : 1.56.0
33
33
override : true
34
34
- name : Install Win 10 SDK
35
35
uses : ilammy/msvc-dev-cmd@v1
61
61
run : choco install llvm
62
62
- uses : actions-rs/toolchain@v1
63
63
with :
64
- toolchain : stable
64
+ toolchain : 1.56.0
65
65
override : true
66
66
- name : Install Win 10 SDK
67
67
uses : ilammy/msvc-dev-cmd@v1
97
97
platform : x86
98
98
- uses : actions-rs/toolchain@v1
99
99
with :
100
- toolchain : stable
100
+ toolchain : 1.56.0
101
101
override : true
102
102
target : i686-pc-windows-msvc
103
103
- name : Install Win 10 SDK
@@ -133,7 +133,7 @@ jobs:
133
133
platform : x86
134
134
- uses : actions-rs/toolchain@v1
135
135
with :
136
- toolchain : stable
136
+ toolchain : 1.56.0
137
137
override : true
138
138
target : i686-pc-windows-msvc
139
139
- name : Install Win 10 SDK
Original file line number Diff line number Diff line change 24
24
platform : x86
25
25
- uses : actions-rs/toolchain@v1
26
26
with :
27
- toolchain : stable
27
+ toolchain : 1.56.0
28
28
override : true
29
29
target : i686-pc-windows-msvc
30
30
- name : Install Win 10 SDK
You can’t perform that action at this time.
0 commit comments