Skip to content

Commit 80f1d73

Browse files
authored
Update testing-piprootuser.yml
1 parent e4f97e5 commit 80f1d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing-piprootuser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
# - name: Create /etc/lsb-release
2525
# run: |
2626
# echo "DISTRIB_RELEASE=22.04" | tee -a /etc/lsb-release
27-
# - name: Change ownership of /github/home
28-
# run: chown -R $(whoami) /github/home
27+
- name: Change ownership of /github/home
28+
run: chown -R $(whoami) /github/home
2929

3030
- name: Setup Python
3131
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)