Skip to content

Commit

Permalink
gtk4
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukinaha committed Mar 4, 2024
1 parent fdd896a commit b1d2ed1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install GTK4
run: sudo apt install libgtk-4-dev
- name: Install dependencies
run: sudo apt-get install libpango1.0-dev
run: sudo apt install libgtk-4-dev
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit b1d2ed1

Please sign in to comment.