This commit is contained in:
Andrea Cavalli 2023-05-14 00:35:34 +02:00
parent 2d53691179
commit 384b7b39a3
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,7 @@ jobs:
php-version: '8.0'
extensions: readline
- name: Install ubuntu 20.04 dependencies
if: matrix.os == 'ubuntu-20.04'
shell: bash
run: |
export DEBIAN_FRONTEND=noninteractive
@ -123,6 +124,7 @@ jobs:
# packages: make git zlib1g-dev libssl-dev gperf php-cli cmake default-jdk clang-10 lld-10 libc++-10-dev libc++abi-10-dev libgcc-9-dev libunwind-dev libclang-common-10-dev ccache maven
# version: 1.0
- name: Install ubuntu 22.04 dependencies
if: matrix.os == 'ubuntu-22.04'
shell: bash
run: |
export DEBIAN_FRONTEND=noninteractive