Skip to content

Commit b668b70

Browse files
committed
Change permission
1 parent 1d7055f commit b668b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Fix permission
5757
if: runner.os == 'Windows'
5858
run: |
59-
sudo chmod -R 777 $GITHUB_WORKSPACE/public
59+
icacls $GITHUB_WORKSPACE /grant:w User:F
6060
6161
- name: Run tests
6262
if: ${{ !(runner.os == 'Linux' && matrix.python-version == 3.9 && matrix.name-suffix == 'coverage') }}

0 commit comments

Comments
 (0)