We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134e688 commit 478f282Copy full SHA for 478f282
.github/workflows/test.yml
@@ -39,11 +39,10 @@ jobs:
39
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
46
- uses: actions/checkout@v2
+ with:
+ update: true
+ install: >-
+ autotools- name: Checkout main repo
47
- name: Building
48
run: |
49
docker run --rm -v $(pwd):/python3-android \
0 commit comments