diff --git a/.gitea/workflows/runner.yaml b/.gitea/workflows/runner.yaml index d5a2d7b..c3251f1 100644 --- a/.gitea/workflows/runner.yaml +++ b/.gitea/workflows/runner.yaml @@ -26,7 +26,7 @@ jobs: - name: add xmake repo run: add-apt-repository ppa:xmake-io/xmake -y - name: install xmake - run: apt install xmake -y + run: apt install xmake jq -y - name: compile the repo run: xmake build --root - name: Package Build Artifacts