From e77ae0e1e412fed1702dcce7e0d46dcba1203d91 Mon Sep 17 00:00:00 2001 From: Alois Date: Sun, 28 Jun 2026 21:25:39 +0200 Subject: [PATCH] (fix): workflow --- .forgejo/workflows/release.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 3c6e82f..56d55b7 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -22,17 +22,11 @@ on: jobs: build: name: Build & Publish Release - runs-on: nixos + runs-on: host steps: - - name: Install node - run: nix profile add nixpkgs#nodejs_24 - - name: Set up repository uses: actions/checkout@v4 - - name: Install docker - run: nix profile add nixpkgs#docker - - name: Login uses: docker/login-action@v3 with: