We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b010c3 commit 368466eCopy full SHA for 368466e
1 file changed
.github/workflows/manifold.yml
@@ -15,7 +15,6 @@ on:
15
jobs:
16
17
build_windows:
18
- runs-on: windows-2019
19
name: Windows (TBB:${{matrix.parallelization}}, SHARED:${{matrix.shared}})
20
timeout-minutes: 30
21
strategy:
@@ -34,7 +33,7 @@ jobs:
34
33
run: |
35
cmake . -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=${{matrix.shared}} -DMANIFOLD_STRICT=ON -DMANIFOLD_USE_BUILTIN_TBB=ON -DMANIFOLD_DEBUG=ON -DMANIFOLD_ASSERT=ON -DMANIFOLD_PAR=${{matrix.parallelization}} -A x64 -B build
36
cd build
37
- cmake --build . --target ALL_BUILD --config Release
+ cmake --build . --config Release
38
- name: Test dll location
39
if: matrix.shared == 'ON'
40
shell: bash
0 commit comments