Skip to content

Commit 45d5cc7

Browse files
committed
.
1 parent d236c7f commit 45d5cc7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/reusable_fast.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
name: Fast builds (Linux, build_tests=${{matrix.build_tests}}, simple_cmake=${{matrix.simple_cmake}}, extra_build_options=${{matrix.extra_build_options}})
4343

4444
steps:
45+
- name: check permissions
46+
run: |
47+
ls -la /__w/_temp/
48+
whoami
49+
id
50+
4551
- name: Checkout repository
4652
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4753
with:

0 commit comments

Comments
 (0)