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