fix: add GitHub CLI to tools installation in container prune workflow

This commit is contained in:
GitHub Actions
2026-02-25 19:21:27 +00:00
parent 4a398185c2
commit 46fe59cf0a

View File

@@ -43,7 +43,7 @@ jobs:
- name: Install tools
run: |
sudo apt-get update && sudo apt-get install -y jq curl
sudo apt-get update && sudo apt-get install -y jq curl gh
- name: Run container prune
env: