Skip to content

Commit 478f282

Browse files
committed
DWE-4580 trying to fix github
trying to fix github
1 parent 134e688 commit 478f282

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ jobs:
3939
steps:
4040
- name: Ensure latest autoconf
4141
uses: msys2/setup-msys2@v2
42-
with:
43-
update: true
44-
install: >-
45-
autotools- name: Checkout main repo
46-
uses: actions/checkout@v2
42+
with:
43+
update: true
44+
install: >-
45+
autotools- name: Checkout main repo
4746
- name: Building
4847
run: |
4948
docker run --rm -v $(pwd):/python3-android \

0 commit comments

Comments
 (0)