mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-12-22 03:20:02 +08:00
try fixing windows again again
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -112,12 +112,13 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- uses: msys2/setup-msys2@v2
|
- uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
update: true
|
update: true
|
||||||
install: >-
|
install: >-
|
||||||
autotools
|
autotools
|
||||||
|
git
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- name: Check out test data
|
- name: Check out test data
|
||||||
run: git clone https://github.com/mdbtools/mdbtestdata.git test
|
run: git clone https://github.com/mdbtools/mdbtestdata.git test
|
||||||
- name: Autoconf
|
- name: Autoconf
|
||||||
|
|||||||
Reference in New Issue
Block a user