add jq
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 23s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 23s
This commit is contained in:
parent
b6e032e90f
commit
f723a58868
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user