add xmake root option
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 22s

This commit is contained in:
luo980 2025-02-18 03:50:54 +08:00
parent 2d4f491b4c
commit 0beb995358

View File

@ -28,5 +28,5 @@ jobs:
- name: install xmake
run: apt install xmake -y
- name: compile the repo
run: xmake build
run: xmake build --root
- run: echo "🍏 This job's status is ${{ job.status }}."