diff --git a/.github/workflows/ios_testflight.yml b/.github/workflows/ios_testflight.yml index 670d6af565..f0b86a8efd 100644 --- a/.github/workflows/ios_testflight.yml +++ b/.github/workflows/ios_testflight.yml @@ -160,6 +160,12 @@ jobs: - name: Ensure Unity version installed run: ./ci/github_actions/ensure_unity_installed.sh ios + - name: Ensure Bazel installed + uses: ./.github/actions/setup-bazel + + - name: Sync Bazel Xcode config + run: ./scripts/sync_bazel_xcode.sh + - name: Build iOS Unity Project id: build run: |