Skip to content

Commit

Permalink
skip windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Mühleisen committed Jun 5, 2024
1 parent 28e59b0 commit d32c7f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Community Extension Build
on:
pull_request:
push:

jobs:
prepare:
Expand Down Expand Up @@ -37,6 +38,6 @@ jobs:
with:
duckdb_version: main
extension_name: ${{ needs.prepare.outputs.COMMUNITY_EXTENSION_NAME }}
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows;'
repository: ${{ needs.prepare.outputs.COMMUNITY_EXTENSION_GITHUB }}
ref: ${{ needs.prepare.outputs.COMMUNITY_EXTENSION_REF }}

0 comments on commit d32c7f8

Please sign in to comment.