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

@ -18,12 +18,13 @@ jobs:
- name: Prep For Local Builds - name: Prep For Local Builds
run: echo "${LOCIP} gitea.comnenos" >> /etc/hosts run: echo "${LOCIP} gitea.comnenos" >> /etc/hosts
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install Build Tools - name: Install Build Tools
run: |
run: apt-get update && apt-get -y --no-install-recommends install build-essential clang cmake gdb git wget && echo "********* INSTALLS COMPLETED *****************************************************************" apt update
apt -y --no-install-recommends install build-essential clang cmake gdb git wget
- name: Create Build Environment - name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory # Some projects don't allow in-source building, so create a separate build directory