bugfix
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user