Skip to content

Commit

Permalink
Fix build for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wineee committed Dec 7, 2024
1 parent 7bae363 commit b6baa69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: update deb
run: sudo apt update
- name: Install linux dependencies
run: sudo apt install -y libglib2.0-dev zlib1g-dev libpango1.0-dev libgtk-4-dev libgdk-pixbuf2.0-dev libgtk4-layer-shell-dev
run: sudo apt install -y libglib2.0-dev zlib1g-dev libpango1.0-dev libgtk-4-dev libgdk-pixbuf2.0-dev # libgtk4-layer-shell-dev

- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit b6baa69

Please sign in to comment.