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 64f2c2a commit 240f7d5Copy full SHA for 240f7d5
.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 }}
@@ -127,7 +127,7 @@ jobs:
127
conda activate et
128
129
python install_requirements.py
130
- cmake --preset ${{ matrix.preset }}
+ cmake --preset ${{ matrix.preset }} -T ClangCL
131
if (\$LASTEXITCODE -ne 0) {
132
Write-Host "CMake configuration was unsuccessful. Exit code: \$LASTEXITCODE."
133
exit \$LASTEXITCODE
0 commit comments