Skip to content

Commit 26ef6bb

Browse files
committed
that did not work
1 parent cc78b7e commit 26ef6bb

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
name: Rust CI
22

3-
_versions:
4-
stable: &rust_stable stable
5-
# Pinning the nightly version to a "stable" version to avoid CI breakages.
6-
nightly: &rust_nightly nightly-2025-11-11
7-
83
on:
94
push:
105
pull_request:
@@ -20,6 +15,10 @@ env:
2015
SCCACHE_GHA_ENABLED: true
2116
RUSTC_WRAPPER: sccache
2217

18+
_RUST_STABLE: &rust_stable stable
19+
# Pinning the nightly version to a "stable" version to avoid CI breakages.
20+
_RUST_NIGHTLY: &rust_nightly nightly-2025-11-11
21+
2322
# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
2423
# This will ensure that only one commit will be running tests at a time on each PR.
2524
concurrency:

0 commit comments

Comments
 (0)