Skip to content

Commit 9f7ee02

Browse files
committed
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 <[email protected]>
1 parent 343ba5b commit 9f7ee02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
if: matrix.os == 'ubuntu-latest'
3131
- name: Install dependencies (MacOS)
3232
run: |
33-
brew update
3433
brew install --overwrite python
34+
brew update
3535
brew install automake
3636
brew install asciidoc
3737
brew install gettext

0 commit comments

Comments
 (0)