From f46613edbdc16bf2cb72c9b21b6b7f487810833f Mon Sep 17 00:00:00 2001 From: Mia McMahill <84749759+electricbrass@users.noreply.github.com> Date: Sat, 28 Sep 2024 01:41:29 -0500 Subject: [PATCH] Update ci-macos.yml removed extra bits now that using the common action --- .github/workflows/ci-macos.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index b42808f..ccfdca3 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -61,34 +61,5 @@ jobs: # Xvfb really wants this directory to exist and be owned by root sudo mkdir -p -m1777 /tmp/.X11-unix - - name: Autogen - run: ./autogen.sh - - - name: Post-autogen workarounds - run: | - touch intl/ChangeLog - - - name: Configure - run: ./configure - - - name: Debug - run: | - bison --version - convert --version - ls -l $(which tgif) - - - name: Build - run: | - echo "Running: $XVFB_RUN make" - $XVFB_RUN -- make - - - name: Test stdio-wcalc - run: cd stdio-wcalc && ./run_tests.sh --show-diffs - - - name: Distcheck - run: | - echo "Running: $XVFB_RUN make distcheck" - $XVFB_RUN -- make distcheck - - name: Common uses: ./.github/workflows/common