From 6e993a58fb72dc929aa598c48ae020a5bfb39262 Mon Sep 17 00:00:00 2001 From: Alois Date: Sun, 28 Jun 2026 20:30:00 +0200 Subject: [PATCH] (fix): install sed --- .forgejo/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 3b7cc41..efa1d92 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -32,8 +32,8 @@ jobs: - name: Install dependencies run: bun install - - name: Install cc linker - run: nix profile add nixpkgs#stdenv.cc + - name: Install cc linker & sed + run: nix profile add nixpkgs#stdenv.cc nixpkgs#gnused - name: Build all run: bun build:all