From d4d3d21da70b86e0b118f5db2dfcd10a2357a3b3 Mon Sep 17 00:00:00 2001 From: supermerill Date: Thu, 1 Aug 2024 18:18:36 +0200 Subject: [PATCH] try mac --- .github/workflows/ccpp_mac.yml | 4 ++-- .github/workflows/ccpp_mac_arm.yml | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccpp_mac.yml b/.github/workflows/ccpp_mac.yml index d13ca2d82d..8f41f695c1 100644 --- a/.github/workflows/ccpp_mac.yml +++ b/.github/workflows/ccpp_mac.yml @@ -15,8 +15,8 @@ jobs: steps: - uses: actions/checkout@v3 - - name: check automake for mpfr - run: automake --version + - 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 diff --git a/.github/workflows/ccpp_mac_arm.yml b/.github/workflows/ccpp_mac_arm.yml index 788b8badc8..1f42e81776 100644 --- a/.github/workflows/ccpp_mac_arm.yml +++ b/.github/workflows/ccpp_mac_arm.yml @@ -15,6 +15,15 @@ jobs: steps: - uses: actions/checkout@v3 + - name: update automake for mpfr + run: | + curl -O -L http://ftpmirror.gnu.org/automake/automake-1.16.5.tar.gz + tar -xzf automake-1.16.5.tar.gz + cd automake-* + ./configure + make + sudo make install + automake --version - name: build deps & slicer run: ./BuildMacOS.sh -adsi - name: Upload artifact