fix: apk statt apt-get verwenden, da Maubot-Image auf Alpine basiert
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user