More submodules.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 2m22s

This commit is contained in:
Cory McWilliams 2024-07-16 22:32:26 -04:00
parent 9b500e1da9
commit 48dec5a2c8

View File

@ -11,6 +11,8 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
with:
submodules: true
- 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: make all -j`nproc`