From 2e0ee54dffc5d0e698d2c237f84448b688c8e0f5 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Sat, 17 Aug 2024 20:05:16 +1100 Subject: [PATCH] Update update_fdroid_repo.yaml --- .github/workflows/update_fdroid_repo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_fdroid_repo.yaml b/.github/workflows/update_fdroid_repo.yaml index d04f9dff..ac9e2aa7 100644 --- a/.github/workflows/update_fdroid_repo.yaml +++ b/.github/workflows/update_fdroid_repo.yaml @@ -27,6 +27,7 @@ jobs: touch /etc/apt/apt.conf.d/proxy.conf echo "Acquire::http::Proxy \"$https_proxy\";" >/etc/apt/apt.conf.d/proxy.conf + cd / . fdroidserver-env/bin/activate apt update