'Generic Commit'
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Successful in 21s
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:49:50 +12:00
parent 64aff2e72f
commit 5286e10701

View File

@ -42,8 +42,8 @@ jobs:
curl -s https://getbin.xyz/getpkg-install | bash curl -s https://getbin.xyz/getpkg-install | bash
- name: test install - name: test install
run: | run: |
export PATH="${HOME}/.local/bin/getpkg/getpkg:${PATH}" export PATH="${HOME}/.local/bin/getpkg/getpkg:${PATH}" && \
which getpkg which getpkg && \
getpkg install whatsdirty getpkg install whatsdirty
- name: test update - name: test update
run: | run: |