Skip to content

Commit 43fd0f0

Browse files
Richard BRichard B
authored andcommitted
trying to update the rust in the github actions
1 parent 13d7515 commit 43fd0f0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/release-concordium-cis2.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ jobs:
2929
with:
3030
submodules: recursive
3131

32+
# -----------------------------------------------------------------
33+
# NEW STEP: Set up the modern Rust toolchain
34+
# Use a specific version (e.g., '1.70.0') or 'stable'
35+
- name: Install Rust Toolchain
36+
uses: actions-rs/toolchain@v1 # OR use dtolnay/rust-toolchain@stable
37+
with:
38+
toolchain: stable # Use the latest stable version
39+
override: true
40+
# -----------------------------------------------------------------
41+
3242
# Validate that the tag version matches the version in Cargo.toml
3343
- name: validate tag version has correct matching tag
3444
run: |

0 commit comments

Comments
 (0)