Skip to content

Commit

Permalink
[DBG] remove python
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Oct 19, 2024
1 parent 83fcf86 commit 917e6d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
python -c 'import sys; import pprint; pprint.pprint(sys.path)'
python -c 'import setuptools'
- name: "(vcpkg only) remove python"
if: ${{ matrix.package_manager == 'vcpkg' }}
run: |
rmdir /S /Q c:\hostedtoolcache\windows\python\
- name: "(vcpkg only) Setup CMake Toolchain file"
if: ${{ matrix.package_manager == 'vcpkg' }}
run: |
Expand Down

0 comments on commit 917e6d1

Please sign in to comment.