We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0520b78 commit 38aa0d6Copy full SHA for 38aa0d6
.github/actions/build-ocp-addons/action.yml
@@ -132,7 +132,9 @@ runs:
132
rem Clone ocp-addons and build wheel
133
134
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
135
-
+ set CC=cl.exe
136
+ set CXX=cl.exe
137
+
138
git clone https://github.com/jdegenstein/ocp-addons.git
139
140
cd ocp-addons
0 commit comments