Skip to content

Commit 9b99ffa

Browse files
committed
Install dependencies before running Tuist
1 parent 32198b7 commit 9b99ffa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/XcodeGraph.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
with:
7676
swift-version: ${{ matrix.swift-version }}
7777
- uses: jdx/mise-action@v2
78+
- name: Install dependencies
79+
run: tuist install
7880
- name: Build
7981
run: tuist build
8082
lint:

0 commit comments

Comments
 (0)