Skip to content

Commit

Permalink
Fix the action to use Nightly Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
indiscipline committed Apr 23, 2023
1 parent c156ab4 commit 4af9a04
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 @@ -30,6 +30,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
default: true
- uses: taiki-e/upload-rust-binary-action@v1
with:
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
Expand Down

0 comments on commit 4af9a04

Please sign in to comment.