File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 run : choco install llvm
3030 - uses : actions-rs/toolchain@v1
3131 with :
32- toolchain : stable
32+ toolchain : 1.56.0
3333 override : true
3434 - name : Install Win 10 SDK
3535 uses : ilammy/msvc-dev-cmd@v1
6161 run : choco install llvm
6262 - uses : actions-rs/toolchain@v1
6363 with :
64- toolchain : stable
64+ toolchain : 1.56.0
6565 override : true
6666 - name : Install Win 10 SDK
6767 uses : ilammy/msvc-dev-cmd@v1
9797 platform : x86
9898 - uses : actions-rs/toolchain@v1
9999 with :
100- toolchain : stable
100+ toolchain : 1.56.0
101101 override : true
102102 target : i686-pc-windows-msvc
103103 - name : Install Win 10 SDK
@@ -133,7 +133,7 @@ jobs:
133133 platform : x86
134134 - uses : actions-rs/toolchain@v1
135135 with :
136- toolchain : stable
136+ toolchain : 1.56.0
137137 override : true
138138 target : i686-pc-windows-msvc
139139 - name : Install Win 10 SDK
Original file line number Diff line number Diff line change 2424 platform : x86
2525 - uses : actions-rs/toolchain@v1
2626 with :
27- toolchain : stable
27+ toolchain : 1.56.0
2828 override : true
2929 target : i686-pc-windows-msvc
3030 - name : Install Win 10 SDK
You can’t perform that action at this time.
0 commit comments