From 2428a5a83a5af255ff2117b3b8a07dd542b1ecec Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Sat, 18 May 2024 15:39:59 +0200 Subject: [PATCH] no prerequisities anymore? --- .gitea/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6d3b6c3..58ff8eb 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,10 +11,10 @@ jobs: runs-on: k8s steps: - - name: Install prerequisites - run: | - apt-get update - apt-get install -y xz-utils unzip + # - name: Install prerequisites + # run: | + # apt-get update + # apt-get install -y xz-utils unzip - uses: https://gitea.com/actions/checkout@v4