Skip to content

Commit 590adc4

Browse files
authored
Update ci.yml
1 parent 32998cd commit 590adc4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,11 @@ jobs:
347347
# Ensure all users and processes can execute
348348
- name: Fix permissions
349349
run: |
350-
sudo chmod -R +x /home/runner
351-
namei -l ${{ github.workspace }}
350+
sudo chmod -R +x "$GITHUB_WORKSPACE"
351+
namei -l "$GITHUB_WORKSPACE"
352+
# run: |
353+
# sudo chmod -R +x /home/runner
354+
# namei -l ${{ github.workspace }}
352355

353356
# Install python3 if not present
354357
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)