diff --git a/.github/workflows/ci-system-tools_upgrade.yml b/.github/workflows/ci-system-tools_upgrade.yml index d46b5297e6..03290eadd5 100644 --- a/.github/workflows/ci-system-tools_upgrade.yml +++ b/.github/workflows/ci-system-tools_upgrade.yml @@ -52,7 +52,15 @@ jobs: run: | bundle update --bundler - - name: remove label + - name: tuist clean + run: | + tuist clean + + - name: Delete Xcode derived data + run: | + rm -rf ~/Library/Developer/Xcode/DerivedData + + - name: Remove label if: always() uses: actions/github-script@v6 with: