We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a64fc0 commit ef8b76aCopy full SHA for ef8b76a
1 file changed
.github/workflows/wslcxx.yml
@@ -56,20 +56,7 @@ jobs:
56
working-directory: ${{ github.workspace }}
57
run: rm -rf out
58
59
- - name: 'Configure CMake (C++11)'
60
- working-directory: ${{ github.workspace }}/Tests
61
- run: cmake --preset=${{ matrix.build_type }} -DBUILD_CXX11=ON
62
- env:
63
- CC: gcc-${{ matrix.gcc }}
64
- CXX: g++-${{ matrix.gcc }}
65
-
66
- - name: 'Build (C++11)'
67
68
- run: cmake --build out/build/${{ matrix.build_type }}
69
70
- - name: 'Clean up'
71
- working-directory: ${{ github.workspace }}
72
- run: rm -rf out
+ # Can't build C++11 with GNU because tests use std::size which is C++14
73
74
- name: 'Configure CMake (C++14)'
75
working-directory: ${{ github.workspace }}/Tests
0 commit comments