Skip to content

Commit 1fc9c2c

Browse files
committed
.
1 parent bec7006 commit 1fc9c2c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,14 @@ jobs:
133133
name: Basic (${{matrix.os}}, build_type=${{matrix.build_type}}, compilers=${{matrix.compiler.c}}/${{matrix.compiler.cxx}}, shared_library=${{matrix.shared_library}}, level_zero_provider=${{matrix.level_zero_provider}}, cuda_provider=${{matrix.cuda_provider}}, install_tbb=${{matrix.install_tbb}}, disable_hwloc=${{matrix.disable_hwloc}}, link_hwloc_statically=${{matrix.link_hwloc_statically}}, cmake_ver=${{matrix.cmake_ver}})
134134

135135
steps:
136+
- name: check permissions
137+
run: |
138+
ls -la /__w/_temp/
139+
whoami
140+
id
141+
echo "list of users:"
142+
cut -d: -f1,3 /etc/passwd
143+
136144
- name: Checkout
137145
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
138146
with:

0 commit comments

Comments
 (0)