From 0e27d40f98cc3746bcd381ac8b02b8407a133a8b Mon Sep 17 00:00:00 2001 From: clan-tool Date: Wed, 3 Sep 2025 20:10:44 +0200 Subject: [PATCH] time to shoot with scatter shot --- .forgejo/workflows/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index 0a1c2fa..b74aad7 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -15,7 +15,10 @@ jobs: # run: nix-shell -p nodejs_24 run: nix-env -iA nixos.nodejs_24 + - run: whoami + - run: . /nix/var/nix/profiles/default/etc/profile.d/nix.sh - run: nix-env -qa + - run: node -v - uses: actions/checkout@v4