We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f97e5 commit 80f1d73Copy full SHA for 80f1d73
1 file changed
.github/workflows/testing-piprootuser.yml
@@ -24,8 +24,8 @@ jobs:
24
# - name: Create /etc/lsb-release
25
# run: |
26
# echo "DISTRIB_RELEASE=22.04" | tee -a /etc/lsb-release
27
- # - name: Change ownership of /github/home
28
- # run: chown -R $(whoami) /github/home
+ - name: Change ownership of /github/home
+ run: chown -R $(whoami) /github/home
29
30
- name: Setup Python
31
uses: actions/setup-python@v5
0 commit comments