Skip to content

Commit

Permalink
Install tuist dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fortmarek committed Jan 16, 2025
1 parent 7b6319f commit 9d96994
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
working-directory: tuist
env:
TUIST_CONFIG_TOKEN: ${{ secrets.TUIST_CONFIG_TOKEN }}
run: tuist run tuist registry login --path ${{ matrix.package }}
run: |
tuist install
tuist run tuist registry login --path ${{ matrix.package }}
- name: Install dependencies
working-directory: ${{ matrix.package }}
run: xcodebuild -resolvePackageDependencies
Expand Down
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[tools]
tuist = "4.39.1"
tuist = "4.39.0"
hyperfine = "1.19.0"

0 comments on commit 9d96994

Please sign in to comment.