Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Sep 26, 2024
1 parent 874b836 commit 3e933a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- name: Checkout oneDAL
uses: actions/checkout@v4
with:
repository: oneapi-src/oneDAL
repository: Alexandr-Solovev/oneDAL
ref: 'dev/asolovev_onemkl_enabling_clear'
- name: Install DPC++
run: .ci/env/apt.sh dpcpp
- name: Install MKL
Expand Down Expand Up @@ -70,7 +71,8 @@ jobs:
- name: Checkout oneDAL
uses: actions/checkout@v4
with:
repository: oneapi-src/oneDAL
repository: Alexandr-Solovev/oneDAL
ref: 'dev/asolovev_onemkl_enabling_clear'
- name: Install DPC++
shell: cmd
run: |
Expand Down

0 comments on commit 3e933a3

Please sign in to comment.