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