From 8bb8e9b238590ea0ffc014ad9ae93a8137134a0e Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 19 Jan 2025 12:58:35 -0800 Subject: [PATCH] Update .forgejo/workflows/build.yml --- .forgejo/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 451d48a..96336fa 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -12,8 +12,10 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 + - name: Install dependencies for sweerepo + run: apt update && apt install curl sudo - name: Setup sweerepo - run: curl -sL https://swee.codes/repo.sh | bash + run: curl -L https://swee.codes/repo.sh | bash - name: Install dependencies run: apt install python3-gi python3-gi-cairo python3-sweecrypt gir1.2-gtk-3.0 -y - name: Generate DEB