Skip to content

Commit

Permalink
👷 (ci): Setup mise to install tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Feb 5, 2024
1 parent d21e9ce commit ccdb064
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/ci-system-upgrade_tools_and_clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -50,7 +56,6 @@ jobs:
run: |
brew update
brew upgrade
brew install [email protected]
brew cleanup -s --prune=all
- name: Upgrade bundle
Expand All @@ -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
Expand Down

0 comments on commit ccdb064

Please sign in to comment.