Replace windows_error with system_error

This commit is contained in:
Victor Zverovich
2021-05-07 06:19:03 -07:00
parent 5238055f40
commit 4b885c8633
7 changed files with 76 additions and 70 deletions
+2
View File
@@ -28,3 +28,5 @@ jobs:
- name: Test
working-directory: ${{runner.workspace}}/build
run: ctest -C ${{matrix.build_type}}
env:
CTEST_OUTPUT_ON_FAILURE: True