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 f08bc2c commit 0cbebc3Copy full SHA for 0cbebc3
.github/workflows/build.yml
@@ -65,7 +65,7 @@ jobs:
65
run: rustup default stable-x86_64-pc-windows-gnu
66
67
- name: Free disk space
68
- working-directory: "C:\\${{ github.event.repository.name }}""
+ working-directory: "C:\\${{ github.event.repository.name }}"
69
shell: powershell
70
run: |
71
Get-PSDrive
0 commit comments