Skip to content

Commit c7f8730

Browse files
committed
DWE-4580 another try
trying to get correct version of autoconf into the git build
1 parent 478f282 commit c7f8730

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,9 @@ jobs:
3737
env:
3838
PYVER: 3.10.0
3939
steps:
40-
- name: Ensure latest autoconf
41-
uses: msys2/setup-msys2@v2
42-
with:
43-
update: true
44-
install: >-
45-
autotools- name: Checkout main repo
40+
- name: Install autotools
41+
run: |
42+
sudo apt-get install -y autotools-dev autoconf
4643
- name: Building
4744
run: |
4845
docker run --rm -v $(pwd):/python3-android \

0 commit comments

Comments
 (0)