Update .gitea/workflows/cmake.yml
All checks were successful
CMake / build (push) Successful in 19s

This commit is contained in:
Greg Gauthier 2024-07-22 18:54:41 +00:00
parent e850c6c880
commit 37c156b24a

View File

@ -22,8 +22,9 @@ jobs:
- uses: actions/checkout@v2
- 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 update
apt -y --no-install-recommends install build-essential clang cmake gdb git wget
- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory