test gittea actions
Some checks failed
Run tests / Explore-Gitea-Actions (push) Failing after 16s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 26s

This commit is contained in:
2024-07-03 09:37:17 -04:00
parent cadd724990
commit 33df78fbf4

View File

@@ -14,7 +14,7 @@ jobs:
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "The workflow is now ready to run your tests on the runner."
- run: echo "Installing cmake"
- run: apt-get update && apt-get install -y cmake
- run: apt-get update && apt-get install -y cmake build-essential
- run: echo "Build ${{ gitea.repository }}"
- run: mkdir build
- run: cd build && cmake ../