[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix CI action autotools-macos for MacPorts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stweil committed Jan 17, 2022
1 parent fe420fa commit f6d2658
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autotools-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
#push:
schedule:
- cron: 0 20 * * *
workflow_dispatch:
jobs:

brew:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit f6d2658

Please sign in to comment.