We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32998cd commit 590adc4Copy full SHA for 590adc4
.github/workflows/ci.yml
@@ -347,8 +347,11 @@ jobs:
347
# Ensure all users and processes can execute
348
- name: Fix permissions
349
run: |
350
- sudo chmod -R +x /home/runner
351
- namei -l ${{ github.workspace }}
+ sudo chmod -R +x "$GITHUB_WORKSPACE"
+ namei -l "$GITHUB_WORKSPACE"
352
+# run: |
353
+# sudo chmod -R +x /home/runner
354
+# namei -l ${{ github.workspace }}
355
356
# Install python3 if not present
357
- uses: actions/setup-python@v5
0 commit comments