Skip to content

Commit

Permalink
ci: use same GH action for both stable & nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDecMeetsMore committed Jul 25, 2024
1 parent 3eaf737 commit eab5e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@stable
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: rustfmt
Expand Down

0 comments on commit eab5e5a

Please sign in to comment.