diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c9a471..b46bc3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,9 @@ jobs: platform: [windows-latest, ubuntu-latest, macos-latest] include: - platform: windows-latest - CC: cl.exe - CXX: cl.exe - make: nmake.exe + CC: cl + CXX: cl + make: nmake - platform: ubuntu-latest CC: gcc CXX: g++