mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
fix^2
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Install jq
|
||||
run: |
|
||||
if ! command -v jq &> /dev/null; then
|
||||
apt-get update && sudo apt-get install -y jq
|
||||
apt-get update && apt-get install -y jq
|
||||
fi
|
||||
|
||||
- name: Find changed manifests
|
||||
|
||||
Reference in New Issue
Block a user