Skip to content

Commit 763753a

Browse files
committed
rev
1 parent 470a963 commit 763753a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
- uses: actions/checkout@v4
3030

3131
- name: Setup | Rust
32-
uses: actions-rust-lang/[email protected]
32+
uses: ATiltedTree/setup-rust@v1
33+
with:
34+
rust-version: stable
3335

3436
- name: Install LLVM and Clang
3537
uses: KyleMayes/install-llvm-action@v1

0 commit comments

Comments
 (0)