File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : Posix vcpkg clone
2828 if : ${{ matrix.os != 'windows-latest' }}
2929 run : |
30- git clone --branch 2026.01.16 https://github.com/microsoft/vcpkg
30+ git clone --branch 2026.01.16 https://github.com/microsoft/vcpkg /home/runner/vcpkg
3131
3232 - name : Checkout WebFrame
3333 uses : actions/checkout@v4
5959
6060 - name : CMake Build
6161 run : |
62- cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=${{ matrix.os == 'windows-latest' && 'D:\a\vcpkg\scripts\buildsystems\vcpkg.cmake' || format('{0}/ vcpkg/scripts/buildsystems/vcpkg.cmake', github.workspace) }}
62+ cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=${{ matrix.os == 'windows-latest' && 'D:\a\vcpkg\scripts\buildsystems\vcpkg.cmake' || '/home/runner/ vcpkg/scripts/buildsystems/vcpkg.cmake' }}
6363 cmake --build build --config Release
You can’t perform that action at this time.
0 commit comments