Skip to content

Commit

Permalink
Fix Release Failed due to non availability of nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
canewsin committed Aug 11, 2022
1 parent 401f3cc commit ec518f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions-rs/[email protected]
with:
profile: minimal
toolchain: nightly
override: true
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: zeronet
Expand Down

0 comments on commit ec518f1

Please sign in to comment.