Skip to content

Commit

Permalink
Removed stable from github actions
Browse files Browse the repository at this point in the history
Temporarily removed stable as a rust option for github actions. This should be reverted when 1.74 is made the rustc stable version and is only due to the ICE error being presently resolved in nightly. This leads to some clear instability with nightly features, but it's currently the only option
  • Loading branch information
rowanfr committed Sep 6, 2023
1 parent d1d4b2a commit efda45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [stable, nightly]
rust: [nightly] # This should be reverted back to [stable, nightly] when 1.74 is made the rustc stable version
env:
CRATE_NAME: gluon
CARGO_INCREMENTAL: 0 # Incremental compilation is slower and bloats the cache
Expand Down

0 comments on commit efda45a

Please sign in to comment.