Skip to content

Commit 5131108

Browse files
committed
ci: check out loganpowell/ladybug feat/concurrent-writes for build
The Python bindings use SystemConfig::enableMultiWrites which only exists on feat/concurrent-writes. Point the CI checkout at the fork branch so the native module builds against the correct ladybug headers.
1 parent d77cae5 commit 5131108

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- name: Checkout ladybug
1919
uses: actions/checkout@v4
2020
with:
21-
repository: LadybugDB/ladybug
21+
repository: loganpowell/ladybug
22+
ref: feat/concurrent-writes
2223
fetch-depth: 1
2324
path: ladybug
2425

0 commit comments

Comments
 (0)