File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ sudo apt install -y acl zip unzip nginx composer php php-fpm php-gd \
33
33
php-zip procps gcc g++ default-jre-headless \
34
34
default-jdk-headless ghc fp-compiler autoconf automake bats \
35
35
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++
37
37
section_end
38
38
39
39
PHPVERSION=$( php -r ' echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION."\n";' )
Original file line number Diff line number Diff line change 3
3
. gitlab/ci_settings.sh
4
4
5
5
sudo apt update
6
- sudo apt install -y flexc++ bison++ bisonc++
6
+ sudo apt install -y flex-old flexc++ bison++ bisonc++
7
7
8
8
# If this script is called from unit.sh, we use the test environment
9
9
export APP_ENV=" ${1:- prod} "
You can’t perform that action at this time.
0 commit comments