From 84be1f473dd71c48c4f0c1b1d7ee08730f009d19 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 21 Oct 2024 08:31:54 -0400 Subject: [PATCH] Download wget --- .forgejo/workflows/sync-community.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/sync-community.yml b/.forgejo/workflows/sync-community.yml index 7efb9d6..a50b9b8 100644 --- a/.forgejo/workflows/sync-community.yml +++ b/.forgejo/workflows/sync-community.yml @@ -12,7 +12,7 @@ jobs: downstream: https://ayakael.net/api/packages/alpine/alpine/edge/community steps: - name: Environment setup - run: apk add grep coreutils gawk curl + run: apk add grep coreutils gawk curl wget - name: Fetch info from upstream run: | apk --allow-untrusted --update-cache --repositories-file /dev/null --repository $upstream update