Skip to content

Commit a8071ab

Browse files
committed
.
1 parent c87c9c0 commit a8071ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ jobs:
201201
202202
- name: CHECK test_provider_os_memory
203203
run: |
204+
${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh' || true }}
204205
LD_LIBRARY_PATH="${{env.BUILD_DIR}}/lib/:${LD_LIBRARY_PATH}" strace build/test/test_provider_os_memory --gtest_filter="*BasicFlow/0"
205206
206207
- name: Run tests

0 commit comments

Comments
 (0)