diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 4be9877e..1fa1330b 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -75,8 +75,10 @@ jobs: nix-build ci.nix -A xo-facet - name: build xo-printable2 - run: + run: | + echo -n nix-build ci.nix -A xo-printable2 nix-build ci.nix -A xo-printable2 + ls -l ./result - name: build xo-testutil run: | @@ -114,6 +116,8 @@ jobs: nix-build ci.nix -A xo-object2 ls -l ./result -# - name: build xo-gc -# run: -# nix-build ci.nix -A xo-gc + - name: build xo-gc + run: | + echo -n nix-build ci.nix -A xo-gc + nix-build ci.nix -A xo-gc + ls -l ./result