Skip to content

Commit a4c69a2

Browse files
chore: update emulator step in CI
1 parent ce618c6 commit a4c69a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swiftui-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
sudo npm i -g firebase-tools
3838
- name: Start Firebase Emulator
3939
run: |
40-
sudo chown -R 501:20 && cd ./samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample && ./start-firebase-emulator.sh
40+
sudo chown -R 501:20 "/Users/runner/.npm" && cd ./samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample && ./start-firebase-emulator.sh
4141
- name: Select Xcode version
4242
run: |
4343
sudo xcode-select -switch /Applications/Xcode_16.1.app/Contents/Developer

0 commit comments

Comments
 (0)