Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 43248c6

Browse files
authored
Update build-linux.yml
1 parent 4712fbf commit 43248c6

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
@@ -14,7 +14,9 @@ jobs:
1414
uses: actions/checkout@v2
1515

1616
- name: Set Up Rust
17-
uses: actions/setup-rust@v2
17+
uses: actions/setup-rust@v1
18+
with:
19+
rust-version: stable
1820

1921
- name: Build Tauri App
2022
run: |

0 commit comments

Comments
 (0)