File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 31
31
components : rustfmt, clippy
32
32
override : true
33
33
- name : Install Dependancies
34
- with :
35
- command : sudo apt-get install
36
- args : libglib2.0-dev
34
+ run : sudo apt-get install -y libglib2.0-dev
37
35
- name : Run cargo fmt
38
36
uses : actions-rs/cargo@v1
39
37
with :
57
55
profile : ${{ env.TOOLCHAIN_PROFILE }}
58
56
toolchain : ${{ env.RUST_TOOLCHAIN }}
59
57
override : true
58
+ - name : Install Dependancies
59
+ run : sudo apt-get install -y libglib2.0-dev
60
60
- name : Run Build for Linux
61
61
uses : actions-rs/cargo@v1
62
62
with :
75
75
profile : ${{ env.TOOLCHAIN_PROFILE }}
76
76
toolchain : ${{ env.RUST_TOOLCHAIN }}
77
77
override : true
78
+ - name : Install Dependancies
79
+ run : sudo apt-get install -y libglib2.0-dev
78
80
- name : Run cargo test -no-run
79
81
uses : actions-rs/cargo@v1
80
82
with :
99
101
toolchain : ${{ env.RUST_TOOLCHAIN }}
100
102
components : llvm-tools-preview
101
103
override : true
104
+ - name : Install Dependancies
105
+ run : sudo apt-get install -y libglib2.0-dev
102
106
- name : Generate coverage
103
107
# runs cargo with defaults flags, using the default `lcov` output
104
108
uses : Swatinem/fucov@v1
You can’t perform that action at this time.
0 commit comments