Skip to content

Commit 71b1ba9

Browse files
committed
.
1 parent 5fa3404 commit 71b1ba9

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/reusable_fast.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,12 @@ jobs:
4343
name: Fast builds (Linux, build_tests=${{matrix.build_tests}}, simple_cmake=${{matrix.simple_cmake}}, extra_build_options=${{matrix.extra_build_options}})
4444

4545
steps:
46-
- name: check permissions
47-
run: |
48-
ls -la /__w/_temp/
49-
whoami
50-
id
51-
echo "list of users:"
52-
53-
# - name: change permissions
46+
# - name: check permissions
5447
# run: |
55-
# echo ${USERPASS} | sudo -Sk chown -R test_user:sudo /__w/_temp/
56-
# echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
5748
# ls -la /__w/_temp/
49+
# whoami
50+
# id
51+
# echo "list of users:"
5852

5953
- name: Checkout repository
6054
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)