Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Oct 17, 2023
1 parent 075128f commit b11e789
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,7 @@ jobs:
if: matrix.os == 'windows-2022'

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

#
Expand Down

0 comments on commit b11e789

Please sign in to comment.