Work around symlink issue in Mac OS GitHub workflow
Follow-up to commit 98ff4db (Fix Mac OS GitHub workflow, 2023-04-11). See actions/setup-python#577 for more details. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
parent
343ba5bfdf
commit
9f7ee02e2d
2
.github/workflows/make.yml
vendored
2
.github/workflows/make.yml
vendored
@ -30,8 +30,8 @@ jobs:
|
|||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
- name: Install dependencies (MacOS)
|
- name: Install dependencies (MacOS)
|
||||||
run: |
|
run: |
|
||||||
brew update
|
|
||||||
brew install --overwrite python
|
brew install --overwrite python
|
||||||
|
brew update
|
||||||
brew install automake
|
brew install automake
|
||||||
brew install asciidoc
|
brew install asciidoc
|
||||||
brew install gettext
|
brew install gettext
|
||||||
|
Loading…
x
Reference in New Issue
Block a user