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 <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2022-01-16 22:30:36 +01:00
parent fe420fa718
commit f6d2658ce5

View File

@ -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: |