Skip to content

Commit

Permalink
rm bash
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Oct 19, 2024
1 parent e1f2d9e commit c1aead9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: "(vcpkg only) remove python"
if: ${{ matrix.package_manager == 'vcpkg' }}
run: |
rmdir /S /Q c:\\hostedtoolcache\\windows\\python\\
rm -rf c:\\hostedtoolcache\\windows\\python\\
- name: "(vcpkg only) Setup CMake Toolchain file"
if: ${{ matrix.package_manager == 'vcpkg' }}
Expand Down

0 comments on commit c1aead9

Please sign in to comment.