confirm
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -27,10 +27,9 @@ jobs:
|
|||||||
- name: Update system
|
- name: Update system
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get upgrade
|
|
||||||
- name: Install git
|
- name: Install git
|
||||||
run: |
|
run: |
|
||||||
apt-get install git
|
apt-get install -y 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