Skip to content

Commit

Permalink
build: mise
Browse files Browse the repository at this point in the history
  • Loading branch information
chanhihi committed Apr 26, 2024
1 parent 50573a5 commit 9c7e4ad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/Deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
TUIST_VERSION: "3.36.2"

steps:
- name: Checkout + Mise
- name: Checkout
uses: actions/checkout@v3
uses: jdx/mise-action@v2

- name: Set Xcode version
run: sudo xcode-select -s '/Applications/Xcode_15.2.0.app/Contents/Developer'
Expand All @@ -41,7 +40,10 @@ jobs:
- name: Setting Master Key
run: |
echo "$MASTER_KEY" > Tuist/master.key
- name: Mise
uses: jdx/mise-action@v2

- name: Install Tuist
run: mise install tuist@${{ env.TUIIST_VERSION }}

Expand Down

0 comments on commit 9c7e4ad

Please sign in to comment.