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