From 4084ab4755b8baa01e164b22d9a4612278b98d8f Mon Sep 17 00:00:00 2001 From: supermerill Date: Thu, 1 Aug 2024 18:53:50 +0200 Subject: [PATCH] try mac arm --- .github/workflows/ccpp_mac_arm.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ccpp_mac_arm.yml b/.github/workflows/ccpp_mac_arm.yml index 1f42e81776..c3431ac06f 100644 --- a/.github/workflows/ccpp_mac_arm.yml +++ b/.github/workflows/ccpp_mac_arm.yml @@ -15,6 +15,10 @@ jobs: steps: - uses: actions/checkout@v3 + - name: install autoconf + run: brew install autoconf + - name: check autoconf version + run: autoconf --version - name: update automake for mpfr run: | curl -O -L http://ftpmirror.gnu.org/automake/automake-1.16.5.tar.gz