fix msvc ci

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
Yuhang Zhao 2022-10-13 11:46:44 +08:00
parent 2dc7951f7a
commit 4538e80038
1 changed files with 3 additions and 3 deletions

View File

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