Skip to content

Commit fbd6667

Browse files
authored
Update tests.yml
1 parent 2d14855 commit fbd6667

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
run: |
4646
# https://github.com/giginet/Scipio/issues/239
4747
# https://github.com/giginet/Scipio/issues/241
48-
git checkout https://github.com/firebase/firebase-ios-sdk 11.15.0
48+
git clone https://github.com/firebase/firebase-ios-sdk \
49+
-b 11.15.0 \
50+
--depth=1
4951
swift run scipio create firebase-ios-sdk \
5052
--framework-type static \
5153
--platform iOS

0 commit comments

Comments
 (0)