Skip to content

Commit

Permalink
libsystemd-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Jun 3, 2024
1 parent cb6affb commit ecda3be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/jobs/baseinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sudo apt install -y acl zip unzip nginx composer php php-fpm php-gd \
php-zip procps gcc g++ default-jre-headless \
default-jdk-headless ghc fp-compiler autoconf automake bats \
python3-sphinx python3-sphinx-rtd-theme rst2pdf fontconfig \
python3-yaml latexmk curl flex flexc++ bison++ bisonc++
python3-yaml latexmk curl flex flexc++ bison++ bisonc++ libsystemd-dev
section_end

PHPVERSION=$(php -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION."\n";')
Expand Down
2 changes: 1 addition & 1 deletion gitlab/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
. gitlab/ci_settings.sh

sudo apt update
sudo apt install -y flex flexc++ bison++ bisonc++
sudo apt install -y flex flexc++ bison++ bisonc++ libsystemd-dev

# If this script is called from unit.sh, we use the test environment
export APP_ENV="${1:-prod}"
Expand Down

0 comments on commit ecda3be

Please sign in to comment.