fix(gb-infra): Update Rust toolchain action to use version 1 instead of trunk
Some checks failed
GBCI / build (push) Failing after 1m14s
Some checks failed
GBCI / build (push) Failing after 1m14s
This commit is contained in:
parent
b7cd0fa48c
commit
cc53c3620e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: msrd0/rust-toolchain@trunk
|
uses: msrd0/rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue