Skip to content

Commit

Permalink
Add zlib dependency for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Mar 16, 2022
1 parent b41f567 commit f96586a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/realm-dart-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
submodules: 'recursive'

- name: Install libraries with vcpkg
run: vcpkg --triplet x64-windows zlib # zlib needed when sync is enabled

- name: Build Realm Dart for Windows
run: scripts\build.bat

Expand Down

0 comments on commit f96586a

Please sign in to comment.