From 95aadbe3f3a1eafd86e4c27b8c214a7426ba398e Mon Sep 17 00:00:00 2001 From: Ladislas de Toldi Date: Sun, 22 Oct 2023 00:10:50 +0200 Subject: [PATCH] :construction: FIXUP - tuist clean + delete derived data --- .github/workflows/ci-system-tools_upgrade.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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: