From 0beb9953583ebb17ee4b62a78aeea65abf24628c Mon Sep 17 00:00:00 2001 From: luo980 Date: Tue, 18 Feb 2025 03:50:54 +0800 Subject: [PATCH] add xmake root option --- .gitea/workflows/runner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/runner.yaml b/.gitea/workflows/runner.yaml index 7762712..9038451 100644 --- a/.gitea/workflows/runner.yaml +++ b/.gitea/workflows/runner.yaml @@ -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 }}."