Skip to content

Commit

Permalink
Update nightly-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Sep 27, 2024
1 parent d46f55b commit 25e6507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ env:
jobs:
build_lnx:
name: oneDAL Linux nightly build
if: github.repository == 'oneapi-src/oneDAL'
runs-on: ubuntu-22.04
timeout-minutes: 120

Expand Down Expand Up @@ -63,6 +64,7 @@ jobs:

build_win:
name: oneDAL Windows nightly build
if: github.repository == 'oneapi-src/oneDAL'
runs-on: windows-2022
timeout-minutes: 120

Expand All @@ -78,8 +80,6 @@ jobs:
- name: Install DPC++
shell: cmd
run: |
@echo on
echo hello
call .\.ci\scripts\install_windows.bat ${{ env.WINDOWS_BASEKIT_URL }} ${{ env.WINDOWS_ALL_COMPONENTS }} .\oneapi\
- name: Prepare Intel OpenCL CPU runtime
run: |
Expand Down

0 comments on commit 25e6507

Please sign in to comment.