Skip to content

Commit

Permalink
try vcvars64.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-paramuzov committed Oct 15, 2024
1 parent 6254311 commit 7f4ed4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/job_build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ jobs:
if '${{ inputs.compiler-type }}' == 'DPCPP' (
set VS2022INSTALLDIR=${{ env.VSINSTALLDIR }}
set
@call ${{ env.VSINSTALLDIR }}\VC\Auxiliary\Build\vcvars64.bat
set
@call ${{ env.ONEAPI_INSTALL_DIR }}\setvars.bat
)
cmake -G "${{ env.CMAKE_GENERATOR }}" ^
Expand Down

0 comments on commit 7f4ed4c

Please sign in to comment.