Skip to content

Commit bfd605f

Browse files
authored
Merge pull request #2 from gosub-io/fixups
Manager setup
2 parents 172a95c + 03a8b2c commit bfd605f

File tree

21 files changed

+439
-549
lines changed

21 files changed

+439
-549
lines changed

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install dependencies
2626
run: |
27-
sudo apt update -y && sudo apt install libcairo2-dev libglib2.0-dev libfontconfig-dev libfreetype6 libfreetype-dev -y
27+
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
2828
cargo fetch
2929
3030
- name: Build the application

.github/workflows/macos.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424

2525
- name: Install dependencies
2626
run: |
27+
brew install pango
28+
brew install gtk4
29+
brew install gdk-pixbuf
30+
brew install cairo
2731
cargo fetch
2832
2933
- name: Build the application

0 commit comments

Comments
 (0)