Skip to content

Commit

Permalink
(ci) Simplify a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Jan 25, 2024
1 parent 62d5c31 commit e5a8f84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Expand Up @@ -74,10 +74,8 @@ jobs:
uses: actions/checkout@v3

# We need nightly for -Zminimal-versions
- name: Install toolchain
- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@nightly
with:
target: ${{ matrix.target }}

- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit e5a8f84

Please sign in to comment.