Skip to content

Commit

Permalink
Remove workaround for rustc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
esarver committed Oct 9, 2024
1 parent 20c6371 commit d317ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
- name: Tool Setup
# rustc regression: https://github.com/rust-lang/rust/issues/130769
# Change to "update nightly" after resolved
run: rustup install nightly-2024-09-23 && rustup default nightly-2024-09-23
run: rustup install nightly && rustup default nightly
- name: Ensure Correct Target is Installed
run: rustup target add ${{matrix.triple}}
- name: Tool Versions
Expand Down

0 comments on commit d317ea8

Please sign in to comment.