Skip to content

Commit

Permalink
turn on windows build (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcaff authored Jul 23, 2024
1 parent f14005b commit 4dcfbd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
strategy:
matrix:
include:
# - platform: windows-latest
# target: x86_64-pc-windows-msvc
# duckdb_platform: windows_amd64
# library_output: duckdb_protobuf.dll
- platform: windows-latest
target: x86_64-pc-windows-msvc
duckdb_platform: windows_amd64
library_output: duckdb_protobuf.dll
- platform: macos-latest
target: aarch64-apple-darwin
library_output: libduckdb_protobuf.dylib
Expand Down

0 comments on commit 4dcfbd9

Please sign in to comment.