Remove apache from github workflows
This commit is contained in:
parent
c1a3f8161e
commit
abe49d27c8
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
- name: Update archives
|
- name: Update archives
|
||||||
run: apt-get update && apt-get install sudo
|
run: apt-get update && apt-get install sudo
|
||||||
- name: Install build tools
|
- 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
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user