add jq
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 23s

This commit is contained in:
luo980 2025-02-18 05:00:51 +08:00
parent b6e032e90f
commit f723a58868

View File

@ -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