This commit is contained in:
Peter Bieringer
2026-02-17 07:08:52 +01:00
parent 3a3c4a6c40
commit a4a4be8a10

View File

@@ -26,11 +26,11 @@ jobs:
steps: steps:
- name: Update system - name: Update system
run: | run: |
apk update apt-get update
apk upgrade apt-get upgrade
- name: Install git - name: Install git
run: | run: |
apk add git apt-get install git
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
- name: Test 32-bit - name: Test 32-bit