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 63da465 commit 644a645Copy full SHA for 644a645
.github/workflows/build.yml
@@ -71,6 +71,8 @@ jobs:
71
git config --system core.longpaths true
72
73
- uses: Swatinem/rust-cache@v2
74
+ with:
75
+ workspaces: "C:\\${{ github.event.repository.name }}"
76
77
- name: Set default linker
78
working-directory: "C:\\${{ github.event.repository.name }}"
0 commit comments