diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2024-01-26 13:53:14 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2024-01-26 14:01:06 +0100 |
commit | 9f7ee02e2d7ede226b3543f88b2056839bc92e49 (patch) | |
tree | 4535e489cdf190b3b6de85096a1c088ebefde97b | |
parent | 343ba5bfdf18a755b289f433a8768bbd437c6e69 (diff) | |
download | calcurse-9f7ee02e2d7ede226b3543f88b2056839bc92e49.tar.gz calcurse-9f7ee02e2d7ede226b3543f88b2056839bc92e49.zip |
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>
-rw-r--r-- | .github/workflows/make.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 7700ff3..552bce6 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -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 |