File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 - name : install rust language
103103 uses : actions-rs/toolchain@v1
104104 with :
105- toolchain : nightly-2021-06-17
105+ toolchain : nightly-2022-07-28
106106 override : true
107107 - name : install CentOS dependencies
108108 run : |
@@ -189,6 +189,11 @@ jobs:
189189 - uses : actions/checkout@v2
190190 with :
191191 fetch-depth : 5
192+ - name : install rust language
193+ uses : actions-rs/toolchain@v1
194+ with :
195+ toolchain : nightly-2022-07-28
196+ override : true
192197 - run : echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
193198 - run : vcpkg install openssl:x64-windows-static-md
194199 - name : build and test
Original file line number Diff line number Diff line change 8585 - name : install rust language
8686 uses : actions-rs/toolchain@v1
8787 with :
88- toolchain : nightly-2021-06-17
88+ toolchain : nightly-2022-07-28
8989 override : true
9090 - name : install CentOS dependencies
9191 run : |
@@ -142,6 +142,11 @@ jobs:
142142 - uses : actions/checkout@v2
143143 with :
144144 fetch-depth : 5
145+ - name : install rust language
146+ uses : actions-rs/toolchain@v1
147+ with :
148+ toolchain : nightly-2022-07-28
149+ override : true
145150 - run : echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
146151 - run : vcpkg install openssl:x64-windows-static-md
147152 - name : build and test
You can’t perform that action at this time.
0 commit comments