Skip to content

Commit

Permalink
retry using vars.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust committed Aug 1, 2024
1 parent 7f68cea commit 8219b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
& .\.ci\scripts\build.bat onedal_c vc avx2
- name: Make oneapi_dpc
run: |
& .\dpcpp\compiler\latest\env\vars.bat
cmd.exe "/K" '".\dpcpp\compiler\latest\env\vars.bat" && powershell'
Start-Process ".\dpcpp\compiler\latest\bin\sycl-ls.exe" -Wait
& .\.ci\scripts\build.bat onedal_dpc vc avx2
- name: Archive build
Expand Down

0 comments on commit 8219b2b

Please sign in to comment.