mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
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:
parent
fe420fa718
commit
f6d2658ce5
3
.github/workflows/autotools-macos.yml
vendored
3
.github/workflows/autotools-macos.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user