Skip to content

Commit

Permalink
Work around 2to3 symlink issue in GitHub workflows
Browse files Browse the repository at this point in the history
See actions/setup-python#577 for details.

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
  • Loading branch information
Lukas Fleischer committed Jan 26, 2024
1 parent 343ba5b commit 0d53b9e
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,7 +30,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
- name: Install dependencies (MacOS)
run: |
brew update
brew update --force --overwrite
brew install --overwrite python
brew install automake
brew install asciidoc
Expand Down

0 comments on commit 0d53b9e

Please sign in to comment.