Test
Some checks failed
Raspberry Pi 4 Build / Explore-Gitea-Actions (push) Failing after 8s

This commit is contained in:
Arron David Nelson 2024-01-30 18:37:03 -08:00
parent d1110958f0
commit 62ddb8a634

View File

@ -15,7 +15,8 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- 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 "Building project..."
- run: cmake ${{ gitea.workspace }}
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}