diff --git a/.forgejo/workflows/daily-collect.yaml b/.forgejo/workflows/daily-collect.yaml index ff495aa..890bd2d 100644 --- a/.forgejo/workflows/daily-collect.yaml +++ b/.forgejo/workflows/daily-collect.yaml @@ -12,10 +12,15 @@ jobs: runs-on: ubuntu-latest steps: - - name: Install SSH and Git - run: | - sudo apt-get update - sudo apt-get install -y openssh-client git + + - name: Install Dependencies + run: | + apk update + apk add --no-cache \ + openssh-client \ + git \ + curl \ + ca-certificates - name: Setup SSH env: