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

This commit is contained in:
Arron David Nelson 2024-01-30 19:30:29 -08:00
parent c6e9490304
commit 3dfcd2014f

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: |