File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
name : Lints
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- run : sudo apt-get update
21
21
- run : sudo apt-get install libatk1.0-dev libgtk-3-dev libgdk3.0-cil-dev
22
22
- uses : dtolnay/rust-toolchain@nightly
29
29
name : Build macOS
30
30
runs-on : macos-latest
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
- uses : dtolnay/rust-toolchain@nightly
34
34
with :
35
35
targets : x86_64-apple-darwin, aarch64-apple-darwin
65
65
name : Build Linux
66
66
runs-on : ubuntu-latest
67
67
steps :
68
- - uses : actions/checkout@v4
68
+ - uses : actions/checkout@v5
69
69
- run : sudo apt-get update
70
70
- run : sudo apt-get install libatk1.0-dev libgtk-3-dev libgdk3.0-cil-dev
71
71
- uses : dtolnay/rust-toolchain@nightly
85
85
name : Build Windows
86
86
runs-on : windows-latest
87
87
steps :
88
- - uses : actions/checkout@v4
88
+ - uses : actions/checkout@v5
89
89
- uses : dtolnay/rust-toolchain@nightly
90
90
- run : cargo build -Zunstable-options --out-dir=out-debug
91
91
- run : cargo build --release -Zunstable-options --out-dir=out
You can’t perform that action at this time.
0 commit comments