Skip to content

Commit a67f223

Browse files
authored
fix workflow (#72)
1 parent b3359eb commit a67f223

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/workflow.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
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

0 commit comments

Comments
 (0)