Skip to content

Commit

Permalink
Remove unnecessary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayesh committed Jul 21, 2024
1 parent 6c653d2 commit 76bc963
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/actions/compile-php/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,12 @@ runs:
libargon2-0-dev \
libmm-dev \
libsnmp-dev \
# postgresql \
# postgresql-contrib \
snmpd \
snmp-mibs-downloader \
freetds-dev \
unixodbc-dev \
llvm \
clang \
# dovecot-core \
# dovecot-pop3d \
# dovecot-imapd \
sendmail \
firebird-dev \
liblmdb-dev \
Expand Down Expand Up @@ -157,6 +152,7 @@ runs:
shell: bash
run: |
set -x
cd ./.php-src
sudo make install
sudo mkdir -p /etc/php.d
sudo chmod 777 /etc/php.d
Expand Down

0 comments on commit 76bc963

Please sign in to comment.