From 38f8123264f95070f391f5b332d61fade6987516 Mon Sep 17 00:00:00 2001 From: Alois Date: Sun, 28 Jun 2026 20:18:42 +0200 Subject: [PATCH] (fix): workflow --- .forgejo/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 677bcdc..3b7cc41 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -32,6 +32,9 @@ jobs: - name: Install dependencies run: bun install + - name: Install cc linker + run: nix profile add nixpkgs#stdenv.cc + - name: Build all run: bun build:all