Changed APK to APT
Some checks failed
Update meta.json / update (push) Failing after 30s

This commit is contained in:
Mrrp 2025-01-15 20:18:57 -08:00
parent 01b5f4ab80
commit 190a100935

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run Update script - name: Run Update script
run: apk add deno && deno install && deno task update run: apt install deno -A && deno install && deno task update
- name: Commit changes - name: Commit changes
run: | run: |