From f6d2658ce545cd8d546d770085f7e497f8ef4921 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 16 Jan 2022 22:30:36 +0100 Subject: [PATCH] Fix CI action autotools-macos for MacPorts Remove the existing installation of Homebrew for tests with MacPorts. Allow also to run the CI on demand manually. Signed-off-by: Stefan Weil --- .github/workflows/autotools-macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autotools-macos.yml b/.github/workflows/autotools-macos.yml index 80f64b62..4a53cb6e 100644 --- a/.github/workflows/autotools-macos.yml +++ b/.github/workflows/autotools-macos.yml @@ -5,6 +5,7 @@ on: #push: schedule: - cron: 0 20 * * * + workflow_dispatch: jobs: brew: @@ -129,7 +130,7 @@ jobs: - name: Install Macports run: | - curl -LO https://raw.githubusercontent.com/GiovanniBussi/macports-ci/master/macports-ci; source ./macports-ci install + curl -LO https://raw.githubusercontent.com/GiovanniBussi/macports-ci/master/macports-ci; source ./macports-ci install --remove-brew - name: Install Dependencies run: |