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 c5ff27f
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 c5ff27f

Please sign in to comment.