From 0dd6a0e3633823db17e3c69bc5f320e6fcc13e11 Mon Sep 17 00:00:00 2001 From: Alois Date: Sun, 28 Jun 2026 17:42:15 +0200 Subject: [PATCH] (fix): ci workflow --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 5bc0a55..61be492 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Run checks run: | . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh - nix develop --command bash -lc ' + nix develop --command bash -c ' set -euo pipefail cargo fmt --all --check