We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60c9fc commit e917ce8Copy full SHA for e917ce8
1 file changed
.github/workflows/tests.yml
@@ -58,15 +58,15 @@ jobs:
58
submodules: "true"
59
- run: c++ -v
60
- name: "Configure"
61
- run: cmake . -G Ninja -B build -DCTHASH_TESTS=ON -DCTHASH_COVERAGE=OFF -DCMAKE_CXX_COMPILER=`which clang++`
+ run: cmake . -G Ninja -B build -DCTHASH_TESTS=ON -DCTHASH_COVERAGE=OFF -DCMAKE_CXX_COMPILER=`which clang++` -DCMAKE_CXX_FLAGS=-stdlib=${{ matrix.stdlib }}
62
- name: "Build"
63
run: cmake --build build --target test --verbose
64
msvc:
65
strategy:
66
matrix:
67
version: [14.29, ""]
68
fail-fast: false
69
- name: "MSVC ${{ matrix.version }} (C++20)"
+ name: "MSVC ${{ matrix.version }}"
70
runs-on: windows-2022
71
steps:
72
- name: Add MSVC ${{ matrix.version }} to PATH
0 commit comments