mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
fix(ci): install
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user