From d96b66aecd9a8ae0b7cd9e2588d14727ca5d6036 Mon Sep 17 00:00:00 2001 From: bpmcdevitt Date: Thu, 17 Apr 2025 10:09:47 -0500 Subject: [PATCH] update daily yaml file use apt-get --- .forgejo/workflows/daily-update.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/daily-update.yml b/.forgejo/workflows/daily-update.yml index 53aa315..2696201 100644 --- a/.forgejo/workflows/daily-update.yml +++ b/.forgejo/workflows/daily-update.yml @@ -30,8 +30,7 @@ jobs: - name: Install Git and Python run: | - apk update - apk add --no-cache git python3 py3-pip + apt-get install python3 && apt-get install python3-pip ln -sf python3 /usr/bin/python python --version pip3 --version