Skip to content

Commit

Permalink
[DBG] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Oct 19, 2024
1 parent 8606a3e commit cd5516c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
steps:
- name: "(vcpkg only) remove python"
if: ${{ matrix.package_manager == 'vcpkg' }}
shell: pwsh
run: |
rm -R -Force c:\\hostedtoolcache\\windows\\python\\
rm -rf c:\\hostedtoolcache\\windows\\python\\
- name: Checkout Pangolin
uses: actions/checkout@v4
Expand All @@ -45,14 +44,6 @@ jobs:
with:
vcpkgDirectory: '${{github.workspace}}/scripts/vcpkg'

- name: "(vcpkg only) setuptools"
if: ${{ matrix.package_manager == 'vcpkg' }}
run: |
python -m pip show setuptools
python --version
python -c 'import sys; import pprint; pprint.pprint(sys.path)'
python -c 'import setuptools'
- name: "(vcpkg only) Setup CMake Toolchain file"
if: ${{ matrix.package_manager == 'vcpkg' }}
run: |
Expand Down

0 comments on commit cd5516c

Please sign in to comment.