Skip to content

Commit 93f4e46

Browse files
committed
Update CI to install rfd dependencies
1 parent c397389 commit 93f4e46

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
name: Check
1414
runs-on: ubuntu-latest
1515
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
1618
- uses: actions/checkout@v2
1719
- uses: actions-rs/toolchain@v1
1820
with:
@@ -44,6 +46,8 @@ jobs:
4446
name: Test Suite
4547
runs-on: ubuntu-latest
4648
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
4751
- uses: actions/checkout@v2
4852
- uses: actions-rs/toolchain@v1
4953
with:
@@ -76,6 +80,8 @@ jobs:
7680
name: Clippy
7781
runs-on: ubuntu-latest
7882
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
7985
- uses: actions/checkout@v2
8086
- uses: actions-rs/toolchain@v1
8187
with:

0 commit comments

Comments
 (0)