This commit is contained in:
parent
e850c6c880
commit
37c156b24a
@ -22,8 +22,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Build Tools
|
- name: Install Build Tools
|
||||||
|
run: |
|
||||||
run: apt-get update && apt-get -y --no-install-recommends install build-essential clang cmake gdb git wget && echo "********* INSTALLS COMPLETED *****************************************************************"
|
apt update
|
||||||
|
apt -y --no-install-recommends install build-essential clang cmake gdb git wget
|
||||||
|
|
||||||
- name: Create Build Environment
|
- name: Create Build Environment
|
||||||
# Some projects don't allow in-source building, so create a separate build directory
|
# Some projects don't allow in-source building, so create a separate build directory
|
||||||
|
Loading…
Reference in New Issue
Block a user