forked from github_mirror/framelesshelper
fix msvc ci
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
2dc7951f7a
commit
4538e80038
|
@ -21,9 +21,9 @@ jobs:
|
||||||
platform: [windows-latest, ubuntu-latest, macos-latest]
|
platform: [windows-latest, ubuntu-latest, macos-latest]
|
||||||
include:
|
include:
|
||||||
- platform: windows-latest
|
- platform: windows-latest
|
||||||
CC: cl.exe
|
CC: cl
|
||||||
CXX: cl.exe
|
CXX: cl
|
||||||
make: nmake.exe
|
make: nmake
|
||||||
- platform: ubuntu-latest
|
- platform: ubuntu-latest
|
||||||
CC: gcc
|
CC: gcc
|
||||||
CXX: g++
|
CXX: g++
|
||||||
|
|
Loading…
Reference in New Issue