fixed yaml error

This commit is contained in:
Greg Gauthier 2024-02-20 18:21:36 +00:00
parent 1d890a4593
commit 8cbfd64f2d
1 changed files with 3 additions and 2 deletions

View File

@ -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