Skip to content

Commit

Permalink
debug patch vcpkg step's patch copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Oct 17, 2023
1 parent fef8d2c commit 1dd2fb8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@ jobs:
if: matrix.os == 'windows-2022'

- name: Patch vcpkg
run: scripts/patch-vcpkg-install.ps1
run: |
dir ${{env.VCPKG_ROOT}}
dir ${{env.VCPKG_ROOT}}\scripts
dir ${{env.VCPKG_ROOT}}\scripts\msys
mkdir ${{env.VCPKG_ROOT}}\scripts\msys
scripts/patch-vcpkg-install.ps1
if: matrix.os == 'windows-2022'

#
Expand Down

0 comments on commit 1dd2fb8

Please sign in to comment.