Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jun 19, 2023
1 parent 3f61ef9 commit 3b54184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: windows-latest
steps:
- name: bazel visual studio 17.6+ workaround # https://github.com/bazelbuild/bazel/issues/18592
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"'
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit 3b54184

Please # to comment.