We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1ccea commit 0074deeCopy full SHA for 0074dee
.github/workflows/unit_testing.yml
@@ -80,8 +80,8 @@ jobs:
80
if: ${{ matrix.os == 'windows-latest' }}
81
working-directory: ${{ env.VCPKG_ROOT }}
82
run: |
83
- bootstrap-vcpkg${{ matrix.shell_extension }}
84
- vcpkg integrate install
+ .\bootstrap-vcpkg${{ matrix.shell_extension }}
+ .\vcpkg.exe integrate install
85
86
- name: Bootstrap VCPKG (Unix like)
87
if: ${{ matrix.os != 'windows-latest' }}
0 commit comments