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 2a5b499 commit 25330f4Copy full SHA for 25330f4
.github/workflows/nightly.yml
@@ -87,7 +87,7 @@ jobs:
87
run: |
88
call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
89
call "C:\Program Files (x86)\Intel\oneAPI\setvars-vcvarsall.bat"
90
- bash cmake ^
+ cmake ^
91
-B ${{env.BUILD_DIR}} ^
92
-DCMAKE_PREFIX_PATH="${{env.VCPKG_PATH}}" ^
93
-DCMAKE_C_COMPILER=${{matrix.compiler.c}} ^
0 commit comments