Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ jobs:
configuration: relwithdebinfo
- runner: macos-26
configuration: optdebug
- runner: macos-26
arch: x64

runs-on: ${{ matrix.runner }}
outputs:
Expand Down Expand Up @@ -223,6 +221,14 @@ jobs:
sudo locale-gen en_GB.UTF-8
sudo locale-gen fr_FR.UTF-8

df -h
sudo docker container prune -f
sudo docker image prune -a -f
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/.ghcup
df -h
Comment thread
RyeMutt marked this conversation as resolved.

- name: macOS Homebrew Dependency Install
if: runner.os == 'macOS'
run: |
Expand Down