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: