Skip to content

Commit ff4f94d

Browse files
committed
.
1 parent cd97772 commit ff4f94d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/scripts/install_oneAPI.sh

100644100755
File mode changed.

.github/workflows/reusable_basic.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
container:
2121
# image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
2222
image: ghcr.io/rbanka1/umf-${{ matrix.os }}:latest
23-
# options: --user test_user --cap-add=SYS_NICE
24-
options: --user test_user --privileged
23+
options: --user test_user --cap-add=SYS_NICE
2524
volumes:
2625
- ${{ github.workspace }}:${{ github.workspace }}
2726
strategy:
@@ -161,7 +160,6 @@ jobs:
161160
if: matrix.compiler.cxx == 'icpx'
162161
# Installing via script to avoid installing multi-line bash command by root
163162
run: |
164-
echo "${USERPASS}" | sudo -Sk apt-get update
165163
echo "${USERPASS}" | sudo -Sk ./.github/scripts/install_oneAPI.sh
166164
167165
- name: Install STRACE

0 commit comments

Comments
 (0)