Update .gitea/workflows/cmake.yml
CMake / build (push) Successful in 26s Details

This commit is contained in:
Greg Gauthier 2024-02-20 18:22:25 +00:00
parent 8cbfd64f2d
commit 255b18e2c5
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@ jobs:
- name: Install Build Tools
run: apt-get update && apt-get -y --no-install-recommends install build-essential clang cmake gdb git wget && \
echo "********* INSTALLS COMPLETED *****************************************************************"
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