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