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

This commit is contained in:
Arron David Nelson 2024-01-30 19:29:28 -08:00
parent fc55b2bae1
commit 9774a0f403

View File

@ -19,7 +19,7 @@ jobs:
- run: cd ${{ gitea.workspace }}
- run: mkdir build
- run: cd build
- 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: |