From 5286e1070196f08fed19e0120918aa4d027ea5e0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 22 Jun 2025 13:49:50 +1200 Subject: [PATCH] 'Generic Commit' --- .gitea/workflows/BuildTestPublish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/BuildTestPublish.yaml b/.gitea/workflows/BuildTestPublish.yaml index 6015ebd..6e67fdb 100644 --- a/.gitea/workflows/BuildTestPublish.yaml +++ b/.gitea/workflows/BuildTestPublish.yaml @@ -42,8 +42,8 @@ jobs: curl -s https://getbin.xyz/getpkg-install | bash - name: test install run: | - export PATH="${HOME}/.local/bin/getpkg/getpkg:${PATH}" - which getpkg + export PATH="${HOME}/.local/bin/getpkg/getpkg:${PATH}" && \ + which getpkg && \ getpkg install whatsdirty - name: test update run: |