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

This commit is contained in:
Arron David Nelson 2024-01-30 19:35:30 -08:00
parent 4d5b8c88fb
commit 36c1f66a0a

View File

@ -17,10 +17,7 @@ jobs:
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "Building project..."
- run: cd ${{ gitea.workspace }}
- run: mkdir build
- run: cd ${{ gitea.workspace }}/build
- run: ls
- run: cmake -DCMAKE_BUILD_TYPE=Debug ".." -DLINUX_WINDOW_SYSTEM:STRING=XCB
- run: cmake -DCMAKE_BUILD_TYPE=Debug -DLINUX_WINDOW_SYSTEM:STRING=XCB .
- name: List files in the repository
run: |