Skip to content

Commit

Permalink
ci: add dependency of rfd
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Feb 7, 2024
1 parent 96e2116 commit e1c5ba8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: sudo apt-get install libgtk-3-dev
- uses: actions-rs/cargo@v1
with:
command: check
Expand Down Expand Up @@ -50,7 +51,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev
- run: sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libgtk-3-dev
- uses: actions-rs/cargo@v1
with:
command: test
Expand Down Expand Up @@ -83,6 +84,7 @@ jobs:
toolchain: stable
override: true
components: clippy
- run: sudo apt-get install libgtk-3-dev
- uses: actions-rs/cargo@v1
with:
command: clippy
Expand Down

0 comments on commit e1c5ba8

Please sign in to comment.