add coreutils in shell
Some checks failed
Build and Publish / build-release (push) Failing after 1m15s

This commit is contained in:
2026-03-31 17:01:00 -05:00
parent 65ca246241
commit 890d5e258b

View File

@@ -22,6 +22,7 @@ jobs:
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
run: |
nix shell nixpkgs#coreutils
STRIPPED_URL=$(echo $GITEA_URL | sed -e 's|^https://||' -e 's|^http://||')
echo "Cloning from: $STRIPPED_URL"
# Perform the clone