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:
102
102
- name : install rust language
103
103
uses : actions-rs/toolchain@v1
104
104
with :
105
- toolchain : nightly-2021-06-17
105
+ toolchain : nightly-2022-07-28
106
106
override : true
107
107
- name : install CentOS dependencies
108
108
run : |
@@ -189,6 +189,11 @@ jobs:
189
189
- uses : actions/checkout@v2
190
190
with :
191
191
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
192
197
- run : echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
193
198
- run : vcpkg install openssl:x64-windows-static-md
194
199
- name : build and test
Original file line number Diff line number Diff line change 85
85
- name : install rust language
86
86
uses : actions-rs/toolchain@v1
87
87
with :
88
- toolchain : nightly-2021-06-17
88
+ toolchain : nightly-2022-07-28
89
89
override : true
90
90
- name : install CentOS dependencies
91
91
run : |
@@ -142,6 +142,11 @@ jobs:
142
142
- uses : actions/checkout@v2
143
143
with :
144
144
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
145
150
- run : echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
146
151
- run : vcpkg install openssl:x64-windows-static-md
147
152
- name : build and test
You can’t perform that action at this time.
0 commit comments