From c758d442dce024abb9b7c34deb3c24705b00e1b4 Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Tue, 22 Mar 2022 11:46:59 +0100 Subject: [PATCH] chore: CI: try using the correct C++ compiler for tests on Windows --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9aea8d4877..736efda7af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,6 +95,7 @@ jobs: # squelch error message about missing nixpkgs channel NIX_BUILD_SHELL: bash LSAN_OPTIONS: max_leaks=10 + CXX: c++ steps: - name: Checkout uses: actions/checkout@v2