Skip to content

Commit

Permalink
[DBG] pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Oct 19, 2024
1 parent c1aead9 commit 219e292
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
test: "OFF"

steps:
- name: "(vcpkg only) remove python"
if: ${{ matrix.package_manager == 'vcpkg' }}
shell: pwsh
run: |
rm -R -Force c:\\hostedtoolcache\\windows\\python\\
- name: Checkout Pangolin
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 219e292

Please sign in to comment.