1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 02:33:12 +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 6e7df56592
commit 2555c378a2
+3 -1
View File
@@ -381,7 +381,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@v4