From bb856143fadacf49328631419e230a5d7da34f85 Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 19 Jan 2025 13:03:25 -0800 Subject: [PATCH] Update .forgejo/workflows/build.yml --- .forgejo/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 96336fa..52df943 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -12,8 +12,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - - name: Install dependencies for sweerepo - run: apt update && apt install curl sudo + #- name: Install dependencies for sweerepo + # run: apt update && apt install curl sudo - name: Setup sweerepo run: curl -L https://swee.codes/repo.sh | bash - name: Install dependencies