Skip to content

Commit

Permalink
CI: add Ubuntu 24.04
Browse files Browse the repository at this point in the history
* Add build-essential dep for Ubuntu CI

Signed-off-by: Stephen Gallagher <[email protected]>
  • Loading branch information
sgallagher committed Dec 12, 2024
1 parent f6121a4 commit 3532440
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
compiler:
- gcc
- clang
Expand All @@ -32,7 +33,7 @@ jobs:
run: |
sudo apt update
sudo apt install -y meson pkgconf openssl libssl-dev libpath-utils-dev libtalloc-dev help2man libpopt-dev ${{ matrix.compiler }}
sudo apt install -y --no-install-recommends debhelper devscripts lintian
sudo apt install -y --no-install-recommends build-essential debhelper devscripts lintian
- name: Configure build directory
run: |
Expand Down

0 comments on commit 3532440

Please sign in to comment.