Skip to content

Commit 2ede9e9

Browse files
committed
Fix build dependencies
1 parent b97de00 commit 2ede9e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
jobs:
1010
build-ghostty:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Checkout ghostty-ubuntu
1414
uses: actions/checkout@v4

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source: ghostty
22
Section: utils
33
Priority: optional
44
Maintainer: Mike Kasberg <kasberg.mike@gmail.com>
5-
Build-Depends: debhelper-compat (= 13)
5+
Build-Depends: debhelper-compat (= 13), libgtk-4-dev, libadwaita-1-dev
66
Standards-Version: 4.6.1
77
Homepage: https://ghostty.org/
88
Rules-Requires-Root: no

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ override_dh_auto_build:
1515
zig build \
1616
--summary all \
1717
--prefix ./zig-out/usr \
18-
--system /tmp/offline-cache/p \
18+
--system /tmp/offline-cache/p \
1919
-Doptimize=ReleaseFast \
2020
-Dcpu=baseline \
2121
-Dpie=true \

0 commit comments

Comments
 (0)