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 4007983 commit 8684581Copy full SHA for 8684581
.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
- sh -l
+ bash
91
cmake ^
92
-B ${{env.BUILD_DIR}} ^
93
-DCMAKE_PREFIX_PATH="${{env.VCPKG_PATH}}" ^
0 commit comments