Update build.yaml
This commit is contained in:
parent
374dd8af1c
commit
c1a3f8161e
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-ccache-
|
${{ runner.os }}-ccache-
|
||||||
- name: Update archives
|
- name: Update archives
|
||||||
run: sudo apt-get update
|
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 cmake clang-6.0 libc++-dev libc++abi-dev ccache
|
||||||
- name: Build
|
- name: Build
|
||||||
|
Loading…
Reference in New Issue
Block a user