diff --git a/.gitea/workflows/cmake.yml b/.gitea/workflows/cmake.yml index 395dbed..bc26057 100644 --- a/.gitea/workflows/cmake.yml +++ b/.gitea/workflows/cmake.yml @@ -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