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:28:59 -08:00
parent 7fd0e1f4e5
commit fc55b2bae1

View File

@ -16,7 +16,10 @@ jobs:
uses: actions/checkout@v3
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "Building project..."
- run: cmake ${{ gitea.workspace }} -DLINUX_WINDOW_SYSTEM:STRING=XCB
- run: cd ${{ gitea.workspace }}
- run: mkdir build
- run: cd build
- run: cmake -DCMAKE_BUILD_TYPE=Debug -DLINUX_WINDOW_SYSTEM:STRING=XCB ..
- name: List files in the repository
run: |
@ -25,8 +28,7 @@ jobs:
- name: Installing Dependencies
run: sudo apt install -y libasound2-dev libxcb1-dev libxcb-xinput-dev libxcb-cursor-dev
- run: cd ${{ gitea.workspace }}
- run: make
- run: cmake --build . --config Debug
- name: List files in the repository
run: |