fix(ci): install

This commit is contained in:
omo50
2026-04-18 17:14:56 -06:00
parent 0619338bf1
commit 2080078074

View File

@@ -24,6 +24,12 @@ jobs:
modpacks
datapacks
- name: Install jq
run: |
if ! command -v jq &> /dev/null; then
sudo apt-get update && sudo apt-get install -y jq
fi
- name: Find changed manifests
id: find
run: |