diff options
| author | jvoisin | 2025-03-16 14:42:16 +0100 |
|---|---|---|
| committer | jvoisin | 2025-03-16 14:52:27 +0100 |
| commit | 83ffa9a22b0e1207f5ac198dd0b5edcdcb451fc4 (patch) | |
| tree | 739473a6e8c80c18892ca29e5e4d377e553eab47 /.github/workflows | |
| parent | e5319de222932e09bbe335fda370ea34daefe2cf (diff) | |
Use libpcre2 instead of libpcre3 and add php8.4 as optional dep for debian
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 535452e..b195b72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
| @@ -56,7 +56,7 @@ jobs: | |||
| 56 | - name: Install deps | 56 | - name: Install deps |
| 57 | run: | | 57 | run: | |
| 58 | export DEBIAN_FRONTEND=noninteractive | 58 | export DEBIAN_FRONTEND=noninteractive |
| 59 | export PACKAGES_TO_INSTALL="fakeroot php-xml php-curl dpkg-dev gcc make libpcre3-dev dh-php php-dev build-essential" | 59 | export PACKAGES_TO_INSTALL="fakeroot php-xml php-curl dpkg-dev gcc make libpcre2-dev dh-php php-dev build-essential" |
| 60 | apt-get -qqy --no-install-recommends install $PACKAGES_TO_INSTALL || | 60 | apt-get -qqy --no-install-recommends install $PACKAGES_TO_INSTALL || |
| 61 | sudo apt-get -qqy --no-install-recommends install $PACKAGES_TO_INSTALL | 61 | sudo apt-get -qqy --no-install-recommends install $PACKAGES_TO_INSTALL |
| 62 | - name: Build debs | 62 | - name: Build debs |
