Skip to content

Commit cd97772

Browse files
committed
.
1 parent dfd8de0 commit cd97772

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,10 @@ jobs:
161161
if: matrix.compiler.cxx == 'icpx'
162162
# Installing via script to avoid installing multi-line bash command by root
163163
run: |
164+
echo "${USERPASS}" | sudo -Sk apt-get update
164165
echo "${USERPASS}" | sudo -Sk ./.github/scripts/install_oneAPI.sh
165166
166-
- name: Install strace
167+
- name: Install STRACE
167168
run: |
168169
echo "${USERPASS}" | sudo -Sk apt-get update
169170
echo "${USERPASS}" | sudo -Sk apt-get install -y strace
@@ -200,9 +201,9 @@ jobs:
200201
${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh' || true }}
201202
cmake --build ${{env.BUILD_DIR}} -j $(nproc)
202203
203-
- name: Check test_provider_os_memory
204+
- name: CHECK test_provider_os_memory
204205
run: |
205-
strace -f -o strace_test_provider_os_memory.log build/test/Check test_provider_os_memory || true
206+
strace -f -o strace_test_provider_os_memory.log build/test/test_provider_os_memory || true
206207
tail -n 50 strace_test_provider_os_memory.log
207208
208209
- name: Run tests

0 commit comments

Comments
 (0)