'Generic Commit'
All checks were successful
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) Successful in 7s
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Successful in 8s

This commit is contained in:
Your Name 2025-06-22 13:52:29 +12:00
parent 5286e10701
commit c0e62d59a0

View File

@ -42,18 +42,16 @@ 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}" && \ ~/.local/bin/getpkg/getpkg install whatsdirty
which getpkg && \
getpkg install whatsdirty
- name: test update - name: test update
run: | run: |
getpkg update ~/.local/bin/getpkg/getpkg update
- name: test list - name: test list
run: | run: |
getpkg list ~/.local/bin/getpkg/getpkg list
- name: test uninstall - name: test uninstall
run: | run: |
getpkg uninstall whatsdirty ~/.local/bin/getpkg/getpkg uninstall whatsdirty
- name: test clean - name: test clean
run: | run: |
getpkg clean ~/.local/bin/getpkg/getpkg clean