Skip to content

Commit

Permalink
Add missing utf8_* modules (#35)
Browse files Browse the repository at this point in the history
Provides missing utf8_naive symbol
  • Loading branch information
darinf authored and kendalharland committed Jul 18, 2024
1 parent 234a25a commit aff9f6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bcny-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ jobs:
<file src="`$BUILDROOT`$\usr\libs\windows\upb_mem_lib.lib" target="lib" />
<file src="`$BUILDROOT`$\usr\libs\windows\upb_message_lib.lib" target="lib" />
<file src="`$BUILDROOT`$\usr\libs\windows\upb_textformat_lib.lib" target="lib" />
<file src="`$BUILDROOT`$\usr\libs\windows\utf8_range_lib.lib" target="lib" />
<file src="`$BUILDROOT`$\usr\libs\windows\utf8_validity.lib" target="lib" />
<file src="`$BUILDROOT`$\usr\libs\windows\zlibstatic.lib" target="lib" />
</files>
</package>
Expand Down

0 comments on commit aff9f6e

Please sign in to comment.