File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 4
4
merge_group :
5
5
workflow_dispatch :
6
6
pull_request :
7
+ branches :
8
+ - main
7
9
push :
8
10
branches :
9
- - master
11
+ - main
10
12
schedule :
11
13
- cron : " 0 5 * * *"
12
14
13
15
jobs :
14
-
15
16
build :
16
17
name : Build Library
17
18
runs-on : ubuntu-latest
18
- env : {"RUSTFLAGS": "-D warnings"}
19
+ env : { "RUSTFLAGS": "-D warnings" }
19
20
strategy :
20
21
matrix :
21
22
target :
28
29
toolchain : nightly
29
30
target : ${{ matrix.target }}
30
31
31
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
32
33
33
34
- name : cargo build
34
35
run : cargo build --target ${{ matrix.target }}
37
38
name : Format
38
39
runs-on : ubuntu-latest
39
40
steps :
40
- - uses : actions/checkout@v4
41
+ - uses : actions/checkout@v5
41
42
- uses : dtolnay/rust-toolchain@master
42
43
with :
43
44
toolchain : nightly
@@ -59,10 +60,10 @@ jobs:
59
60
with :
60
61
toolchain : nightly
61
62
target : ${{ matrix.target }}
62
- components : llvm-tools-preview
63
+ components : llvm-tools
63
64
64
65
- name : Check out repository
65
- uses : actions/checkout@v4
66
+ uses : actions/checkout@v5
66
67
67
68
- name : Install QEMU
68
69
run : |
You can’t perform that action at this time.
0 commit comments