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 4987869 commit d3dadbbCopy full SHA for d3dadbb
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: windows-latest
23
steps:
24
- name: bazel visual studio 17.6+ workaround # https://github.com/bazelbuild/bazel/issues/18592
25
- run: 'rmdir /q /s C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\vcpkg'
+ run: 'rmdir /q /s "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\vcpkg"'
26
- uses: actions/cache@v3
27
with:
28
path: |
0 commit comments