File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 if : ${{ matrix.os == 'windows-latest' }}
120120 run : |
121121 .$(${{ env.VCPKG_EXE }} fetch nuget) install boost-test-${{ matrix.vcpkg_triplet }} -Source github || (
122- ${{ env.VCPKG_EXE }} install &&
122+ ${{ env.VCPKG_EXE }} new --application && ${{ env.VCPKG_EXE }} install &&
123123 ${{ env.VCPKG_EXE }} export boost-test --nuget --nuget-id=boost-test-${{ matrix.vcpkg_triplet }} --output-dir=. &&
124124 .$(${{ env.VCPKG_EXE }} fetch nuget) push boost-test-${{ matrix.vcpkg_triplet }}*.nupkg -Source github -ApiKey ${{ env.NUGET_API_KEY }}
125125 )
@@ -128,7 +128,7 @@ jobs:
128128 if : ${{ matrix.os != 'windows-latest' }}
129129 run : |
130130 mono `${{ env.VCPKG_EXE }} fetch nuget | tail -n 1` install boost-test-${{ matrix.vcpkg_triplet }} -Source github || (
131- ${{ env.VCPKG_EXE }} install &&
131+ ${{ env.VCPKG_EXE }} new --application && ${{ env.VCPKG_EXE }} install &&
132132 ${{ env.VCPKG_EXE }} export boost-test --nuget --nuget-id=boost-test-${{ matrix.vcpkg_triplet }} --output-dir=. &&
133133 mono `${{ env.VCPKG_EXE }} fetch nuget | tail -n 1` push boost-test-${{ matrix.vcpkg_triplet }}*.nupkg -Source github -ApiKey ${{ env.NUGET_API_KEY }}
134134 )
You can’t perform that action at this time.
0 commit comments