Skip to content

Commit

Permalink
ci: use the default rust installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Apr 6, 2024
1 parent 445dd5d commit bc6110b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Install nightly
run: rustup toolchain install nightly && rustup override set nightly

- name: Build no features
run: cargo build --all

Expand Down

0 comments on commit bc6110b

Please sign in to comment.