@@ -286,13 +286,8 @@ jobs:
286
286
# -j$(sysctl -n hw.activecpu) fails. due to high load on macOS, and crappy github runners.
287
287
- name : Install Required Packages
288
288
run : |
289
- if ! command -v pkg-config &> /dev/null; then
290
- echo "pkg-config not found, installing..."
291
- brew install pkg-config
292
- else
293
- echo "pkg-config is already installed"
294
- fi
295
- brew install automake coreutils python-setuptools cmake make
289
+ brew uninstall --force cmake
290
+ brew install --force automake coreutils python-setuptools cmake make pkg-config
296
291
# Workaround for macOS: https://github.com/actions/runner/issues/2958
297
292
- name : Install setuptools
298
293
run : sudo -H pip install setuptools
@@ -337,13 +332,7 @@ jobs:
337
332
run : sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
338
333
- name : Install Required Packages
339
334
run : |
340
- if ! command -v pkg-config &> /dev/null; then
341
- echo "pkg-config not found, installing..."
342
- brew install pkg-config
343
- else
344
- echo "pkg-config is already installed"
345
- fi
346
- brew install automake coreutils python-setuptools
335
+ brew install --force automake coreutils python-setuptools pkg-config
347
336
# Workaround for macOS: https://github.com/actions/runner/issues/2958
348
337
- name : Install setuptools
349
338
run : sudo -H pip install setuptools
@@ -557,7 +546,7 @@ jobs:
557
546
mv *-win64-debug.zip x86_64-win64-guix-debug-symbols.zip || true
558
547
mv *-win64-setup-unsigned.exe x86_64-win64-guix-installer-unsigned.exe || true
559
548
mv *-win64.zip x86_64-win64-guix-release-binaries.zip || true
560
- mv SHA256SUMS.part x86_64-win64 -guix-checksums-sha256 || true
549
+ mv SHA256SUMS.part x86_64-wind64 -guix-checksums-sha256 || true
561
550
- name : Upload Windows Release Binaries
562
551
uses : actions/upload-artifact@v4
563
552
with :
0 commit comments