Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt update -y && sudo apt install libcairo2-dev libglib2.0-dev libfontconfig-dev libfreetype6 libfreetype-dev -y
sudo apt update -y && sudo apt install libgtk-4-dev libgdk-pixbuf-2.0-dev libpango1.0-dev libcairo2-dev libglib2.0-dev libfontconfig-dev libfreetype6 libfreetype-dev -y
cargo fetch

- name: Build the application
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:

- name: Install dependencies
run: |
brew install pango
brew install gtk4
brew install gdk-pixbuf
brew install cairo
cargo fetch

- name: Build the application
Expand Down
Loading
Loading