Skip to content

Commit 551c9d6

Browse files
authored
Fix: Adjust directory tree ownership on gtest-bare-metal.yml (#1181)
Adjust directory tree ownership on gtest-bare-metal.yml
1 parent 0c8a76e commit 551c9d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gtest-bare-metal.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
with:
6565
egress-policy: audit
6666

67+
- name: Make sure valid ownership is applied on runner directory tree
68+
run: sudo chown -R iaac:iaac /home/actions-runner/_work
69+
6770
- name: Checkout MTL
6871
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6972
with:

0 commit comments

Comments
 (0)