diff --git a/.github/workflows/ci-system-upgrade_tools_and_clean.yml b/.github/workflows/ci-system-upgrade_tools_and_clean.yml index 338175be69..4029d20e53 100644 --- a/.github/workflows/ci-system-upgrade_tools_and_clean.yml +++ b/.github/workflows/ci-system-upgrade_tools_and_clean.yml @@ -29,19 +29,25 @@ jobs: with: fetch-depth: 1 # shallow clone + - name: Install mise tools + uses: jdx/mise-action@v2 + - name: Tools' versions before run: | which xcodebuild xcodebuild -version + which tuist + tuist version + which fastlane fastlane --version which swiftlint swiftlint --version - which swift-format - swift-format --version + which swiftformat + swiftformat --version which bundle bundle --version @@ -50,7 +56,6 @@ jobs: run: | brew update brew upgrade - brew install tuist@3.39.3 brew cleanup -s --prune=all - name: Upgrade bundle @@ -70,17 +75,17 @@ jobs: which xcodebuild xcodebuild -version - which fastlane - fastlane --version - which tuist tuist version + which fastlane + fastlane --version + which swiftlint swiftlint --version - which swift-format - swift-format --version + which swiftformat + swiftformat --version which bundle bundle --version