diff --git a/.github/workflows/health-check.yml b/.github/workflows/health-check.yml index b860394..9afbac1 100644 --- a/.github/workflows/health-check.yml +++ b/.github/workflows/health-check.yml @@ -37,12 +37,12 @@ jobs: if: runner.os != 'macOS' run: sudo apt-get install build-essential - - name: Cleanup macOS - if: runner.os == 'macOS' - run: | - sudo rm -rf /Applications/Xcode.app \ - /Library/Developer/CommandLineTools - sudo xcode-select --reset + # - name: Cleanup macOS + # if: runner.os == 'macOS' + # run: | + # sudo rm -rf /Applications/Xcode.app \ + # /Library/Developer/CommandLineTools + # sudo xcode-select --reset - name: Run install script run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/YasminTeles/dotfiles/main/install.sh)"