Skip to content

Commit

Permalink
Update meson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Mar 1, 2024
1 parent 5685e34 commit de51f10
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,45 @@ on:
- "NEWS"
- "README.md"

env:
APT_PACKAGES: |
autoconf \
automake \
meson \
ninja-build \
docbook-xsl \
libacl1-dev \
libavahi-client-dev \
libcrack2-dev \
libdb-dev \
libdbus-1-dev \
libdbus-glib-1-dev \
libevent-dev \
libgcrypt-dev \
libglib2.0-dev \
libkrb5-dev \
libldap2-dev \
libmysqlclient-dev \
libpam0g-dev \
libssl-dev \
libtalloc-dev \
libtool \
libtool-bin \
libtracker-sparql-3.0-dev \
libwrap0-dev \
systemtap-sdt-dev \
tcpd \
tracker \
xsltproc
jobs:
build-ubuntu:
name: Ubuntu
runs-on: ubuntu-22.04
container:
image: ubuntu:23.10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update
Expand Down Expand Up @@ -73,7 +104,7 @@ jobs:
container:
image: debian:trixie
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update
Expand Down

0 comments on commit de51f10

Please sign in to comment.