Skip to content

Commit 30521a1

Browse files
committed
Update bcny-firebase.yml
Add missing `firebase_util.lib` to the packaging. Thanks to @jeffdav for identifying the missing library.
1 parent 4f3bf51 commit 30521a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bcny-firebase.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ jobs:
160160
<file src="`$BUILDROOT`$\usr\libs\windows\firebase_auth.lib" target="lib" />
161161
<file src="`$BUILDROOT`$\usr\libs\windows\firebase_firestore.lib" target="lib" />
162162
<file src="`$BUILDROOT`$\usr\libs\windows\firebase_rest_lib.lib" target="lib" />
163+
<file src="`$BUILDROOT`$\usr\libs\windows\firebase_util.lib" target="lib" />
163164
<file src="`$BUILDROOT`$\usr\libs\windows\firestore_core.lib" target="lib" />
164165
<file src="`$BUILDROOT`$\usr\libs\windows\firestore_nanopb.lib" target="lib" />
165166
<file src="`$BUILDROOT`$\usr\libs\windows\firestore_protos_nanopb.lib" target="lib" />

0 commit comments

Comments
 (0)