chore: CI: try using the correct C++ compiler for tests on Windows
This commit is contained in:
parent
bba0baf92c
commit
c758d442dc
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue