Skip to content

Commit

Permalink
install nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Apr 4, 2024
1 parent 8974a41 commit 15ca3a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
echo "GEYSER_PLUGIN_NAME=$plugin_name" | tee -a $GITHUB_ENV
echo "GEYSER_PLUGIN_LIB=lib${plugin_lib_name}" | tee -a $GITHUB_ENV
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
profile: minimal
components: rustfmt

- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.RUST_STABLE }}
Expand Down

0 comments on commit 15ca3a8

Please sign in to comment.