mirror of
https://github.com/ProgramSnail/snake_2024.git
synced 2026-01-04 12:38: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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install deps
|
- 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
|
- name: Build project with xmake
|
||||||
run: xmake
|
run: xmake
|
||||||
- name: Upload binary
|
- name: Upload binary
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue