Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth authored Dec 30, 2020
1 parent 5656f12 commit 7f3837f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- uses: actions/checkout@v2
- name: rust-toolchain
uses: actions-rs/[email protected]
with: nightly
with:
toolchain: nightly
override: true
# Rust toolchain name.
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 7f3837f

Please sign in to comment.