Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit eaab8d9

Browse files
rust_workflow: use build in rustup in GHA
1 parent 3e7dc31 commit eaab8d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_test_rust.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
ref: rust
22-
- uses: dtolnay/rust-toolchain@stable
22+
- name: Set up Rust (Minimal)
23+
run: rustup toolchain install stable --profile minimal
2324
- run: cargo test --all-features
2425

2526
build:

0 commit comments

Comments
 (0)