Skip to content

Commit

Permalink
Work around symlink issue in Mac OS GitHub workflow
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Lukas Fleischer committed Jan 26, 2024
1 parent 343ba5b commit 9f7ee02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
if: matrix.os == 'ubuntu-latest'
- name: Install dependencies (MacOS)
run: |
brew update
brew install --overwrite python
brew update
brew install automake
brew install asciidoc
brew install gettext
Expand Down

0 comments on commit 9f7ee02

Please sign in to comment.