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

Revert "ci: fix macOS CI"

Remove workaround for https://github.com/actions/runner-images/issues/10984

This reverts commit 2555c378a2.
This commit is contained in:
Sébastien Helleu
2024-12-22 10:51:52 +01:00
parent c26ff6c51b
commit 97ede70307
+1 -3
View File
@@ -381,9 +381,7 @@ jobs:
/usr/local/bin/python3.11 \
/usr/local/bin/python3.11-config \
;
# 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
brew install asciidoctor aspell cjson guile lua pkg-config ruby
- uses: actions/checkout@v4