File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 13
13
name : Check
14
14
runs-on : ubuntu-latest
15
15
steps :
16
+ - name : Install rfd dependecy for linux
17
+ run : sudo apt install libgtk-3-dev -y # From https://docs.rs/rfd/latest/rfd/#linux--bsd-backends
16
18
- uses : actions/checkout@v2
17
19
- uses : actions-rs/toolchain@v1
18
20
with :
44
46
name : Test Suite
45
47
runs-on : ubuntu-latest
46
48
steps :
49
+ - name : Install rfd dependecy for linux
50
+ run : sudo apt install libgtk-3-dev -y # From https://docs.rs/rfd/latest/rfd/#linux--bsd-backends
47
51
- uses : actions/checkout@v2
48
52
- uses : actions-rs/toolchain@v1
49
53
with :
76
80
name : Clippy
77
81
runs-on : ubuntu-latest
78
82
steps :
83
+ - name : Install rfd dependecy for linux
84
+ run : sudo apt install libgtk-3-dev -y # From https://docs.rs/rfd/latest/rfd/#linux--bsd-backends
79
85
- uses : actions/checkout@v2
80
86
- uses : actions-rs/toolchain@v1
81
87
with :
You can’t perform that action at this time.
0 commit comments