Skip to content

Commit 38aa0d6

Browse files
committed
set compiler
1 parent 0520b78 commit 38aa0d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/build-ocp-addons/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ runs:
132132
rem Clone ocp-addons and build wheel
133133
134134
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
135-
135+
set CC=cl.exe
136+
set CXX=cl.exe
137+
136138
git clone https://github.com/jdegenstein/ocp-addons.git
137139
138140
cd ocp-addons

0 commit comments

Comments
 (0)