Skip to content

Commit

Permalink
ci: GTK dep fix (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Jan 9, 2025
1 parent d3b4d0f commit 505da71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Apt Dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake g++ gcc git librust-gdk4-dev librust-gtk4-dev make nasm ninja-build
sudo apt-get install -y cmake g++ gcc git librust-gdk4-dev librust-gtk4-dev libatk1.0-dev make nasm ninja-build
- name: Build
run: |
Expand Down

0 comments on commit 505da71

Please sign in to comment.