diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index efa1d92..fcda261 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 & sed - run: nix profile add nixpkgs#stdenv.cc nixpkgs#gnused + - name: Install cc linker, sed & jq + run: nix profile add nixpkgs#stdenv.cc nixpkgs#gnused nixpkgs#jq - name: Build all run: bun build:all