Remove apache from github workflows

This commit is contained in:
Andrea Cavalli 2020-11-10 14:21:35 +01:00
parent c1a3f8161e
commit abe49d27c8

View File

@ -28,7 +28,7 @@ jobs:
- name: Update archives
run: apt-get update && apt-get install sudo
- name: Install build tools
run: sudo apt-get install make git zlib1g-dev libssl-dev gperf php cmake clang-6.0 libc++-dev libc++abi-dev ccache
run: sudo apt-get install make git zlib1g-dev libssl-dev gperf php-cli cmake clang-6.0 libc++-dev libc++abi-dev ccache
- name: Build
run: |
mkdir build