From ccdb064599363fe5253bb31e1def4cc9e829bd83 Mon Sep 17 00:00:00 2001 From: Ladislas de Toldi Date: Mon, 5 Feb 2024 16:26:21 +0100 Subject: [PATCH] :construction_worker: (ci): Setup mise to install tools --- .../ci-system-upgrade_tools_and_clean.yml | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) 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