From 4857c360538ee52b625e48e34033b5e1487a425c Mon Sep 17 00:00:00 2001 From: Alois Date: Sun, 28 Jun 2026 20:05:38 +0200 Subject: [PATCH] (fix): release workflow --- .forgejo/workflows/release.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 85c0225..d1643fb 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -21,8 +21,8 @@ jobs: release: runs-on: nixos steps: - - name: Install node - run: nix profile add nixpkgs#nodejs_24 + - name: Install node & bun + run: nix profile add nixpkgs#nodejs_24 nixpkgs#bun - name: Check out repo uses: https://data.forgejo.org/actions/checkout@v4 @@ -32,9 +32,6 @@ jobs: - name: Install Nix uses: https://github.com/cachix/install-nix-action@v30 - - name: Install Bun - uses: oven-sh/setup-bun@v2 - - name: Install dependencies run: bun install