From 2aeec898f8984c28721924deca740603e18d7c81 Mon Sep 17 00:00:00 2001 From: kB01 Date: Mon, 12 Aug 2024 01:46:48 +0200 Subject: [PATCH] Edit workflow --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39e21ad..d0f45e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,4 +11,5 @@ jobs: uses: actions/checkout@v4 - run: echo /home/runner/externals/node20/bin >> $GITHUB_PATH - name: Get System Info - run: nix-shell -p fastfetch --run "fastfetch" >> $GITHUB_PATH + run: | + nix-shell -p fastfetch --run "fastfetch"