diff options
Diffstat (limited to '.github/workflows/release.yml')
| -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 |
