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

Commit d221e32

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

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-linux.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
- name: Checkout Repository
1414
uses: actions/checkout@v2
1515

16-
- name: Set Up Rust
17-
uses: actions/setup-rust@v1
18-
with:
19-
rust-version: stable
16+
- name: Install Rust
17+
run: |
18+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
19+
export PATH="$HOME/.cargo/bin:$PATH"
20+
source $HOME/.cargo/env
2021
2122
- name: Build Tauri App
2223
run: |

0 commit comments

Comments
 (0)