fix: apk statt apt-get verwenden, da Maubot-Image auf Alpine basiert
Some checks failed
Build Maubot Plugin / build (push) Failing after 19s
Build Maubot Plugin / release (push) Has been skipped

This commit is contained in:
2026-04-15 22:54:46 +02:00
parent 77944379ae
commit f6780eee0a

View File

@@ -15,7 +15,7 @@ jobs:
steps:
- name: Install git
run: |
apt-get update && apt-get install -y git
apk add --no-cache git
- name: Checkout
run: |