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