Skip to content

Commit

Permalink
🚧 FIXUP - tuist clean + delete derived data
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Oct 21, 2023
1 parent e4e3a05 commit 95aadbe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci-system-tools_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 95aadbe

Please sign in to comment.