Skip to content

Commit

Permalink
rustfmt: use nightly in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Nov 7, 2023
1 parent d5ada93 commit f4e596d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set env vars
run: |
source ci/rust-version.sh
echo "RUST_STABLE=$rust_stable" >> $GITHUB_ENV
echo "RUST_NIGHTLY=$rust_nightly" >> $GITHUB_ENV
- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit f4e596d

Please sign in to comment.