From 2d57fb56e41fb86bcd1eccfd3651ee9d957febe6 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 9 Nov 2024 16:26:49 +0000 Subject: [PATCH] Also rm -rf /opt for GitHub Actions server builds. --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e4100f605..f4c09511f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -300,6 +300,8 @@ jobs: machine: [x86_64, arm64] steps: + - run: sudo rm -rf /opt + - uses: actions/checkout@v4 - run: env/setup.sh - uses: ./.github/actions/submodule