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:31:50 -08:00
parent 3dfcd2014f
commit 9021adeed9

View File

@ -19,6 +19,7 @@ jobs:
- run: cd ${{ gitea.workspace }} - run: cd ${{ gitea.workspace }}
- run: mkdir build - run: mkdir build
- run: cd build - run: cd 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 - name: List files in the repository