File tree 7 files changed +357
-628
lines changed
examples/tauri-app/src-tauri
7 files changed +357
-628
lines changed Original file line number Diff line number Diff line change 31
31
cache : pnpm
32
32
33
33
- name : Install Rust stable
34
- uses : dtolnay/rust-toolchain@master
35
- with :
36
- toolchain : " 1.75.0"
34
+ uses : dtolnay/rust-toolchain@stable
37
35
38
36
- name : Setup Rust cache
39
37
uses : swatinem/rust-cache@v2
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v4
17
17
18
18
- name : Install rustfmt with stable toolchain
19
- uses : dtolnay/rust-toolchain@master
19
+ uses : dtolnay/rust-toolchain@stable
20
20
with :
21
- toolchain : " 1.75.0"
22
21
components : rustfmt
23
22
24
23
- uses : Swatinem/rust-cache@v2
41
40
sudo apt-get install -y webkit2gtk-4.1
42
41
43
42
- name : Install clippy with stable toolchain
44
- uses : dtolnay/rust-toolchain@master
43
+ uses : dtolnay/rust-toolchain@stable
45
44
with :
46
- toolchain : " 1.75.0"
47
45
components : clippy
48
46
49
47
- uses : Swatinem/rust-cache@v2
Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@v4
25
25
26
26
- name : Install stable toolchain
27
- uses : dtolnay/rust-toolchain@master
28
- with :
29
- toolchain : " 1.75.0"
27
+ uses : dtolnay/rust-toolchain@stable
30
28
31
29
- name : Install Linux dependencies
32
30
if : matrix.os == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments