From 345d04fefbc0431f049cceb54a13cbb02b652972 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Sat, 17 Aug 2024 20:02:19 +1100 Subject: [PATCH] Update update_fdroid_repo.yaml use latest fdroidserver --- .github/workflows/update_fdroid_repo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_fdroid_repo.yaml b/.github/workflows/update_fdroid_repo.yaml index 151d94aa..d04f9dff 100644 --- a/.github/workflows/update_fdroid_repo.yaml +++ b/.github/workflows/update_fdroid_repo.yaml @@ -27,9 +27,10 @@ jobs: touch /etc/apt/apt.conf.d/proxy.conf echo "Acquire::http::Proxy \"$https_proxy\";" >/etc/apt/apt.conf.d/proxy.conf + . fdroidserver-env/bin/activate apt update - DEBIAN_FRONTEND=noninteractive apt update && apt install -y wget + DEBIAN_FRONTEND=noninteractive apt update && apt install -y wget unzip wget https://github.com/rclone/rclone/releases/download/v1.64.0/rclone-v1.64.0-linux-amd64.zip unzip rclone-v1.64.0-linux-amd64.zip export rclone=rclone-v1.64.0-linux-amd64/rclone