Skip to content

Commit

Permalink
Update develop-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leeari95 authored Nov 13, 2024
1 parent 1be3db0 commit 4ebb70e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/develop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ jobs:
curl https://mise.run | sh
mise install
- name: Add Tuist to PATH
- name: Install Tuist
run: |
mise install tuist
echo "Adding tuist to PATH..."
export PATH="$HOME/.local/share/mise/plugins/tuist/bin:$PATH"
echo "New PATH: $PATH"
which tuist || echo "Tuist not found in PATH"
mise which tuist || echo "Tuist path not found"
- name: Install Tuist dependencies
run: tuist install
Expand Down

0 comments on commit 4ebb70e

Please sign in to comment.