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 7f05cdd commit 6faf149Copy full SHA for 6faf149
.github/workflows/nightly.yml
@@ -85,6 +85,7 @@ jobs:
85
- name: Configure build
86
shell: cmd
87
run: |
88
+ rmdir ${{env.BUILD_DIR}} /s /q
89
call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
90
call "C:\Program Files (x86)\Intel\oneAPI\setvars-vcvarsall.bat"
91
cmake ^
0 commit comments