File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,16 @@ jobs:
13
13
uses :
mozilla-actions/[email protected]
14
14
- name : Install glib/gtk dev
15
15
run : sudo apt-get install -y libgtk-4-bin libgtk-4-common libgtk-4-dev libgstreamer1.0-dev gstreamer1.0-plugins-good libdiscid-dev
16
+ - uses : actions-rs/toolchain@v1
17
+ with :
18
+ toolchain : nightly
19
+ components : rustfmt, clippy
20
+ override : true
16
21
- name : check cargo fmt
17
22
uses : actions-rs/cargo@v1
18
23
with :
19
24
command : fmt
20
- args : --all -- --check
25
+ args : +nigthly --all -- --check
21
26
- uses : actions-rs/clippy-check@v1
22
27
with :
23
28
args : --all-features
@@ -37,11 +42,16 @@ jobs:
37
42
uses :
mozilla-actions/[email protected]
38
43
- name : Install glib/gtk dev
39
44
run : brew install gtk4 gstreamer libdiscid sccache
45
+ - uses : actions-rs/toolchain@v1
46
+ with :
47
+ toolchain : nightly
48
+ components : rustfmt, clippy
49
+ override : true
40
50
- name : check cargo fmt
41
51
uses : actions-rs/cargo@v1
42
52
with :
43
53
command : fmt
44
- args : --all -- --check
54
+ args : +nigthly --all -- --check
45
55
- uses : actions-rs/clippy-check@v1
46
56
with :
47
57
args : --all-features
You can’t perform that action at this time.
0 commit comments