'Generic Commit'
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Successful in 22s
Build-Test-Publish / build (linux/arm64) (push) Successful in 24s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Failing after 6s
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Failing after 6s

This commit is contained in:
Your Name 2025-06-22 13:39:32 +12:00
parent 84523261b4
commit 8cfecc9a38
2 changed files with 6 additions and 3 deletions

View File

@ -39,10 +39,13 @@ jobs:
steps:
- name: install
run: |
curl https://getbin.xyz/getpkg-install | bash
curl -s https://getbin.xyz/getpkg-install | bash
- name: test install
run: |
source ~/.bashrc && getpkg install whatsdirty
cat ~/.bashrc
cat ~/.bashrc_getpkg
source ~/.bashrc_getpkg
getpkg install whatsdirty
- name: test update
run: |
getpkg update

View File

@ -25,4 +25,4 @@ fi
VERSION=$(${GETPKG_PATH} version)
echo "Dropshell tool $VERSION installed"
echo "getpkg $VERSION installed"