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

This commit is contained in:
Arron David Nelson 2024-01-30 18:55:28 -08:00
parent 88c0b3a877
commit f551d23352

View File

@ -16,14 +16,14 @@ 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 }}
- run: cmake ${{ gitea.workspace }} -DLINUX_WINDOW_SYSTEM:STRING=XCB
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: Installing Dependencies
run: sudo apt install -y libasound2-dev
run: sudo apt install -y libasound2-dev libxcb1-dev
- run: cd ${{ gitea.workspace }}
- run: make