Skip to content

Commit

Permalink
👷 (ci): Build - Add mise setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Dec 12, 2024
1 parent e52b38f commit 35872e8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci-tuist-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,20 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1 # shallow clone
fetch-depth: 1
lfs: true

- name: Setup mise
uses: jdx/mise-action@v2
with:
version: 2024.12.4
install: true
cache: true

- name: tuist version
run: |
echo "$HOME/.local/share/mise/shims" >> $GITHUB_PATH
mise install
time which tuist
time tuist version
- name: tuist install
run: |
Expand Down

0 comments on commit 35872e8

Please sign in to comment.