aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/c.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml
index 9b37af1..0618608 100644
--- a/.github/workflows/c.yml
+++ b/.github/workflows/c.yml
@@ -30,10 +30,13 @@ jobs:
msystem: UCRT64
update: true
install: autoconf mingw-w64-ucrt-x86_64-gcc
+ - name: Install autoconf on macOS
+ if: matrix.os == 'macos-latest'
+ run: brew install autoconf
- name: Run Autoconf
- run: autoreconf -fi
+ run: sh -c autoreconf -fi
- name: Configure
- run: ./configure
+ run: sh -c ./configure
- name: Build
run: make