Skip to content

Commit f17b455

Browse files
committed
Update tuist github action to use mise
1 parent 3b4381f commit f17b455

File tree

3 files changed

+2
-63
lines changed

3 files changed

+2
-63
lines changed

.github/actions/run-tuist-generation/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ description: Installs and run Tuist to generate Xcode projects
33
runs:
44
using: "composite"
55
steps:
6+
- uses: jdx/mise-action@v2
67
- name: Run Tuist
78
shell: bash
8-
run: |
9-
./scripts/install-tuist.sh
10-
tuist generate
9+
run: tuist generate

.tuist-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

scripts/install-tuist.sh

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)