Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Sep 26, 2024
1 parent b5b7f40 commit 929f7b5
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ env:
jobs:
build_lnx:
name: oneDAL Linux nightly build
if: github.repository == 'oneapi-src/oneDAL'
runs-on: ubuntu-22.04
timeout-minutes: 120

steps:
- name: Checkout oneDAL
uses: actions/checkout@v4
with:
repository: Alexandr-Solovev/oneDAL
ref: 'dev/asolovev_onemkl_enabling_clear'
repository: oneapi-src/oneDAL
- name: Install DPC++
run: .ci/env/apt.sh dpcpp
- name: Install MKL
Expand All @@ -64,15 +64,15 @@ jobs:

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

steps:
- name: Checkout oneDAL
uses: actions/checkout@v4
with:
repository: Alexandr-Solovev/oneDAL
ref: 'dev/asolovev_onemkl_enabling_clear'
repository: oneapi-src/oneDAL
- name: Install DPC++
shell: cmd
run: |
Expand Down Expand Up @@ -117,8 +117,3 @@ jobs:
with:
name: icx_compiler
path: .\icx.zip
- name: Archive Intel OpenCL CPU runtime
uses: actions/upload-artifact@v4
with:
name: opencl_rt_installer
path: .\opencl_rt.msi

0 comments on commit 929f7b5

Please sign in to comment.