1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

ci: fix macOS CI

This is a workaround for https://github.com/actions/runner-images/issues/10984
This commit is contained in:
Sébastien Helleu
2024-11-24 18:15:00 +01:00
parent ef1b6a27f1
commit bff4ab7808
+3 -1
View File
@@ -168,7 +168,9 @@ jobs:
/usr/local/bin/python3.11 \
/usr/local/bin/python3.11-config \
;
brew install asciidoctor aspell cjson guile lua pkg-config ruby
# workaround for https://github.com/actions/runner-images/issues/10984
brew uninstall --ignore-dependencies --force pkg-config@0.29.2
brew install asciidoctor aspell cjson guile lua ruby
- uses: actions/checkout@v2