NixOS-based container for running GitHub actions
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add some debug to forgejo workflow

+7
+7
.forgejo/workflows/build.yaml
··· 22 22 - name: Reuse Lint 23 23 run: reuse lint 24 24 25 + - name: Debug 26 + run: | 27 + ps aux 28 + ls -l /nix/var/nix/db/big-lock 29 + set 30 + nix run nixpkgs#hello 31 + 25 32 - name: Build 26 33 run: nix build -L .#nixos-runner 27 34