Skip to content

Commit b35a5f6

Browse files
committed
Set IDEPackageEnablePrebuilts NO in quickstart build
1 parent b100dc0 commit b35a5f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/firebaseai.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
steps:
9696
- uses: actions/checkout@v4
9797
- name: Xcode
98-
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
98+
run: |
99+
sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
100+
defaults write com.apple.dt.Xcode IDEPackageEnablePrebuilts NO
99101
- name: Build Quickstart
100102
run: scripts/quickstart_build_spm.sh FirebaseAI

0 commit comments

Comments
 (0)