Let's try to build in docker, too.
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 6m48s

This commit is contained in:
Cory McWilliams 2024-07-24 12:56:27 -04:00
parent 082d041d44
commit 9ca1e69b3c

View File

@ -16,5 +16,6 @@ jobs:
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- run: sudo apt update && sudo apt install -y mingw-w64 - run: sudo apt update && sudo apt install -y mingw-w64
- run: make all -j`nproc` - run: make all -j`nproc` docs
- run: docker build .
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."