Skip to content

Commit

Permalink
Add dependency needed by rfd
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Jan 31, 2024
1 parent 542db29 commit 0dd526a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
name: Check
runs-on: ubuntu-latest
steps:
- name: Install rfd dependecy for linux
run: sudo apt install libgtk-3-dev -y # From https://docs.rs/rfd/latest/rfd/#linux--bsd-backends
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 0dd526a

Please sign in to comment.