Skip to content

Commit

Permalink
CI: install xdg-desktop-portal-gtk
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Oct 7, 2024
1 parent 336f933 commit 27c89d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install dependencies
if: runner.os == 'Linux'
run: sudo apt update && sudo apt install xdg-desktop-portal-gtk
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 27c89d1

Please sign in to comment.