Skip to content

Commit e917ce8

Browse files
committed
fixes fixes fixes
1 parent c60c9fc commit e917ce8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ jobs:
5858
submodules: "true"
5959
- run: c++ -v
6060
- name: "Configure"
61-
run: cmake . -G Ninja -B build -DCTHASH_TESTS=ON -DCTHASH_COVERAGE=OFF -DCMAKE_CXX_COMPILER=`which clang++`
61+
run: cmake . -G Ninja -B build -DCTHASH_TESTS=ON -DCTHASH_COVERAGE=OFF -DCMAKE_CXX_COMPILER=`which clang++` -DCMAKE_CXX_FLAGS=-stdlib=${{ matrix.stdlib }}
6262
- name: "Build"
6363
run: cmake --build build --target test --verbose
6464
msvc:
6565
strategy:
6666
matrix:
6767
version: [14.29, ""]
6868
fail-fast: false
69-
name: "MSVC ${{ matrix.version }} (C++20)"
69+
name: "MSVC ${{ matrix.version }}"
7070
runs-on: windows-2022
7171
steps:
7272
- name: Add MSVC ${{ matrix.version }} to PATH

0 commit comments

Comments
 (0)