From 243559ef68c84e9e19b0550bdef1732ef52d166e Mon Sep 17 00:00:00 2001 From: joseph-sentry Date: Tue, 24 Jun 2025 15:20:59 -0400 Subject: [PATCH] fix --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 381e9b9..73f0c17 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -140,6 +140,9 @@ jobs: runs-on: ubuntu-latest container: alpine:latest steps: + - name: Install only some deps (missing gpg and bash) + run: | + apk add git - name: Checkout uses: actions/checkout@v4.2.2 with: