Skip to content

Commit

Permalink
Setup CI to use Mise
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Jan 20, 2024
1 parent 66c9bbf commit db796ef
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/Testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
with:
xcode-version: 15.1

- name: Install Tuist
run: |
bash <(curl -Ls https://install.tuist.io)
shell: bash
- name: Install Project Tools
uses: jdx/mise-action@v2
with:
experimental: true

- name: Fetch tuist dependencies
run: |
Expand All @@ -50,9 +50,6 @@ jobs:
tuist generate --no-open
shell: bash

- name: Install Project Tools
uses: asdf-vm/actions/install@v2

- name: Test ${{ matrix.scheme }} on ${{ matrix.destination }}
run: |
xcodebuild -workspace ${{ matrix.workspace }} \
Expand Down

0 comments on commit db796ef

Please sign in to comment.