Skip to content

Commit ec518f1

Browse files
committed
Fix Release Failed due to non availability of nightly toolchain
1 parent 401f3cc commit ec518f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030
steps:
3131
- uses: actions/checkout@v3
32+
- uses: actions-rs/toolchain@v1.0.7
33+
with:
34+
profile: minimal
35+
toolchain: nightly
36+
override: true
3237
- uses: taiki-e/upload-rust-binary-action@v1
3338
with:
3439
bin: zeronet

0 commit comments

Comments
 (0)