chore: CI: try using the correct C++ compiler for tests on Windows

This commit is contained in:
Sebastian Ullrich 2022-03-22 11:46:59 +01:00
parent bba0baf92c
commit c758d442dc

View file

@ -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