Skip to content

Commit c7b9c7b

Browse files
committed
test
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 83d9a61 commit c7b9c7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sycl-linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
- name: Setup oneAPI env
160160
if: ${{ inputs.cc == 'icx' || inputs.cxx == 'icpx' }}
161161
run: |
162-
source /opt/whatever
162+
source /opt/intel/oneapi/setvars.sh
163163
164164
- name: Configure
165165
env:

.github/workflows/sycl-post-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: github.repository == 'intel/llvm'
3333
uses: ./.github/workflows/sycl-linux-build.yml
3434
with:
35-
build_image: "ghcr.io/intel/llvm/sycl_ubuntu2404_build_oneapi:latest"
35+
build_image: "ghcr.io/intel/llvm/ubuntu2404_build_oneapi:latest"
3636
build_cache_root: "/__w/llvm"
3737
build_cache_suffix: icx
3838
build_artifact_suffix: default

0 commit comments

Comments
 (0)