mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +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:
|
#push:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 20 * * *
|
- cron: 0 20 * * *
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
brew:
|
brew:
|
||||||
@ -129,7 +130,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Macports
|
- name: Install Macports
|
||||||
run: |
|
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
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user