Skip to content

Commit 0cbebc3

Browse files
committed
fix remove "
1 parent f08bc2c commit 0cbebc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: rustup default stable-x86_64-pc-windows-gnu
6666

6767
- name: Free disk space
68-
working-directory: "C:\\${{ github.event.repository.name }}""
68+
working-directory: "C:\\${{ github.event.repository.name }}"
6969
shell: powershell
7070
run: |
7171
Get-PSDrive

0 commit comments

Comments
 (0)