Skip to content

Commit 368466e

Browse files
committed
try removing the depricated flag
1 parent 9b010c3 commit 368466e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/manifold.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515
jobs:
1616

1717
build_windows:
18-
runs-on: windows-2019
1918
name: Windows (TBB:${{matrix.parallelization}}, SHARED:${{matrix.shared}})
2019
timeout-minutes: 30
2120
strategy:
@@ -34,7 +33,7 @@ jobs:
3433
run: |
3534
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
3635
cd build
37-
cmake --build . --target ALL_BUILD --config Release
36+
cmake --build . --config Release
3837
- name: Test dll location
3938
if: matrix.shared == 'ON'
4039
shell: bash

0 commit comments

Comments
 (0)