From c4b8304764d0e819f37c68ce12ee01b9c657680e Mon Sep 17 00:00:00 2001 From: Daniel Dybing Date: Mon, 3 Aug 2026 23:57:01 +0200 Subject: [PATCH] chore(ci): clean up workflow file --- .gitea/workflows/build-and-release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/build-and-release.yaml b/.gitea/workflows/build-and-release.yaml index 4251183..bd004b0 100644 --- a/.gitea/workflows/build-and-release.yaml +++ b/.gitea/workflows/build-and-release.yaml @@ -16,7 +16,6 @@ jobs: runs-on: ubuntu-latest container: image: catthehacker/ubuntu:act-latest - options: "-v act_temp:/var/run/act" steps: - name: Checkout uses: actions/checkout@v3 @@ -65,7 +64,6 @@ jobs: runs-on: ubuntu-latest container: image: tobix/pywine:3.10 - options: "-v act_temp:/var/run/act" steps: - name: Install Node.js run: |