mirror of
https://github.com/ProgramSnail/snake_2024.git
synced 2025-12-30 18:18:15 +00:00
github action fix
This commit is contained in:
parent
b66c5ae6ea
commit
5299e89633
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install deps
|
||||
run: sudo apt-get install -y xmake g++ cmake libx11-dev
|
||||
run: sudo add-apt-repository ppa:xmake-io/xmake && sudo apt update && sudo apt-get install -y xmake g++ cmake libx11-dev
|
||||
- name: Build project with xmake
|
||||
run: xmake
|
||||
- name: Upload binary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue