We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358eec0 commit be1f29eCopy full SHA for be1f29e
.github/workflows/windows-qe-tpl.yml
@@ -90,6 +90,7 @@ jobs:
90
91
- name: Create Windows instance
92
run: |
93
+ sudo chmod -R 777 $GITHUB_WORKSPACE
94
# Create instance
95
podman run -d --name windows-create --rm \
96
-v ${PWD}:/workspace:z \
0 commit comments