This commit is contained in:
parent
88c0b3a877
commit
f551d23352
@ -16,14 +16,14 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- run: echo "Building project..."
|
- run: echo "Building project..."
|
||||||
- run: cmake ${{ gitea.workspace }}
|
- run: cmake ${{ gitea.workspace }} -DLINUX_WINDOW_SYSTEM:STRING=XCB
|
||||||
|
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
|
|
||||||
- name: Installing Dependencies
|
- name: Installing Dependencies
|
||||||
run: sudo apt install -y libasound2-dev
|
run: sudo apt install -y libasound2-dev libxcb1-dev
|
||||||
|
|
||||||
- run: cd ${{ gitea.workspace }}
|
- run: cd ${{ gitea.workspace }}
|
||||||
- run: make
|
- run: make
|
||||||
|
Loading…
Reference in New Issue
Block a user