From bf86becf1fe179920c2deb65fff1ecde3705f554 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 20 Nov 2020 03:11:35 +0200 Subject: [PATCH] Remove ./, try clang-win --- .github/workflows/windows.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2f327c8..f248fa8 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -23,6 +23,12 @@ jobs: - toolset: msvc-14.2 cxxstd: "14,17,latest" os: windows-2019 + - toolset: clang-win + cxxstd: "14,17,latest" + os: windows-2016 + - toolset: clang-win + cxxstd: "14,17,latest" + os: windows-2019 runs-on: ${{matrix.os}} @@ -48,4 +54,4 @@ jobs: shell: cmd run: | cd ../boost-root - ./b2 -j3 libs/%LIBRARY%/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} + b2 -j3 libs/%LIBRARY%/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}}