Skip to content

Commit b8a58b8

Browse files
committed
Fix RUST_LATEST_STABLE_VERSION
1 parent e29ad3c commit b8a58b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
- 'Makefiles/**'
1717

1818
env:
19-
RUST_LATEST_STABLE_VERSION: 1.65
19+
RUST_LATEST_STABLE_VERSION: '1.65'
2020
CARGO_TERM_COLOR: always
2121
RUSTFLAGS: -D warnings
2222
RUST_BACKTRACE: 1
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run vit-ss tests
4444
uses: actions-rs/toolchain@v1
4545
with:
46-
toolchain: $$RUST_LATEST_STABLE_VERSION
46+
toolchain: $RUST_LATEST_STABLE_VERSION
4747
- run: |
4848
cargo build -p vit-servicing-station-cli -p vit-servicing-station-server
4949
cargo nextest run \

0 commit comments

Comments
 (0)