We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c100790 commit 055ad9fCopy full SHA for 055ad9f
.github/workflows/build-presets.yml
@@ -109,7 +109,7 @@ jobs:
109
strategy:
110
fail-fast: false
111
matrix:
112
- preset: [windows] # TODO (gjcomer) Re-enable pybind once functional
+ preset: [pybind, windows]
113
with:
114
job-name: build
115
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
0 commit comments