From ab173f6b794dfcf132d830a7820b6aea8f758d66 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Sat, 17 Dec 2022 04:09:43 -0500 Subject: [PATCH] try fixing windows again again --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8faad44..9c793b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,12 +112,13 @@ jobs: run: shell: msys2 {0} steps: - - uses: actions/checkout@v2 - uses: msys2/setup-msys2@v2 with: update: true install: >- autotools + git + - uses: actions/checkout@v2 - name: Check out test data run: git clone https://github.com/mdbtools/mdbtestdata.git test - name: Autoconf