OSDN Git Service

Put autoconf 2.69 first in the path
authorEric Branlund <ebranlund@fastmail.com>
Thu, 23 Feb 2023 00:07:55 +0000 (17:07 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 23 Feb 2023 00:07:55 +0000 (17:07 -0700)
.github/workflows/test-mac-build.yaml

index 770a913..81290b4 100644 (file)
@@ -49,6 +49,7 @@ jobs:
             SDKROOT=`echo "${{ env.SDK_OVERRIDE }}" | tr -d ' \t\r\n'`
             export SDKROOT
           fi
+          PATH=/usr/local/opt/autoconf@2.69/bin:"$PATH"
           ./bootstrap
           CFLAGS=""
           CXXFLAGS=""
@@ -91,6 +92,7 @@ jobs:
       # of the source tree works.
       - name: Distcheck
         run: |
+          PATH=/usr/local/opt/autoconf@2.69/bin:"$PATH"
           ./bootstrap
           ./configure ${{ env.DEFAULT_CONFIGURE_OPTIONS }}
           make DISTCHECK_CONFIGURE_FLAGS="${{ env.DEFAULT_CONFIGURE_OPTIONS }}" \
@@ -128,6 +130,7 @@ jobs:
             SDKROOT=`echo "${{ env.SDK_OVERRIDE }}" | tr -d ' \t\r\n'`
             export SDKROOT
           fi
+          PATH=/usr/local/opt/autoconf@2.69/bin:"$PATH"
           ./bootstrap
           CFLAGS=""
           CXXFLAGS=""