Skip to content

Commit 2a5b499

Browse files
Update nightly.yml
1 parent 8684581 commit 2a5b499

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ jobs:
8787
run: |
8888
call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
8989
call "C:\Program Files (x86)\Intel\oneAPI\setvars-vcvarsall.bat"
90-
bash
91-
cmake ^
90+
bash cmake ^
9291
-B ${{env.BUILD_DIR}} ^
9392
-DCMAKE_PREFIX_PATH="${{env.VCPKG_PATH}}" ^
9493
-DCMAKE_C_COMPILER=${{matrix.compiler.c}} ^

0 commit comments

Comments
 (0)