add xmake root option
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 22s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 22s
This commit is contained in:
parent
2d4f491b4c
commit
0beb995358
@ -28,5 +28,5 @@ jobs:
|
|||||||
- name: install xmake
|
- name: install xmake
|
||||||
run: apt install xmake -y
|
run: apt install xmake -y
|
||||||
- name: compile the repo
|
- name: compile the repo
|
||||||
run: xmake build
|
run: xmake build --root
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user