From 2925ce7dae018b71a364b41132468c32a380f051 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Tue, 31 Dec 2024 07:57:53 -0500 Subject: [PATCH] fix: updates Signed-off-by: Devin Buhl --- .github/workflows/pre-pull-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-pull-images.yaml b/.github/workflows/pre-pull-images.yaml index e3edf7a4488cc..efea518c3ac3d 100644 --- a/.github/workflows/pre-pull-images.yaml +++ b/.github/workflows/pre-pull-images.yaml @@ -54,7 +54,7 @@ jobs: - name: Setup Workflow Tools shell: bash - run: brew install jo uv yq + run: brew install fluxcd/tap/flux helm jo kustomize uv yq - name: Setup Python uses: actions/setup-python@v5