Skip to content

Commit cb09829

Browse files
committed
now flexing
1 parent 817966e commit cb09829

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/jobs/baseinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sudo apt install -y acl zip unzip nginx composer php php-fpm php-gd \
3333
php-zip procps gcc g++ default-jre-headless \
3434
default-jdk-headless ghc fp-compiler autoconf automake bats \
3535
python3-sphinx python3-sphinx-rtd-theme rst2pdf fontconfig \
36-
python3-yaml latexmk curl flexc++ bison++ bisonc++
36+
python3-yaml latexmk curl flex-old flexc++ bison++ bisonc++
3737
section_end
3838

3939
PHPVERSION=$(php -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION."\n";')

gitlab/base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
. gitlab/ci_settings.sh
44

55
sudo apt update
6-
sudo apt install -y flexc++ bison++ bisonc++
6+
sudo apt install -y flex-old flexc++ bison++ bisonc++
77

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

0 commit comments

Comments
 (0)