File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 matrix :
1010 config : [Debug, Release]
1111
12- runs-on : macos-11
12+ runs-on : macos-latest
1313
1414 steps :
1515 - uses : actions/checkout@v2
3131 shell : pwsh
3232 working-directory : build/
3333 run : |
34- $vcpkgToolchain = Join-Path $env:VCPKG_ROOT './scripts/buildsystems/vcpkg.cmake' -Resolve
34+ $vcpkgToolchain = Join-Path $env:VCPKG_INSTALLATION_ROOT './scripts/buildsystems/vcpkg.cmake' -Resolve
3535 $cmakeBuildType = '${{ matrix.config }}'
3636
3737 cmake "-DCMAKE_TOOLCHAIN_FILE=$vcpkgToolchain" "-DCMAKE_BUILD_TYPE=$cmakeBuildType" ${{ github.workspace }}
Original file line number Diff line number Diff line change 3838 shell : pwsh
3939 working-directory : build/
4040 run : |
41- $vcpkgToolchain = Join-Path $env:VCPKG_ROOT '.\scripts\buildsystems\vcpkg.cmake' -Resolve
41+ $vcpkgToolchain = Join-Path $env:VCPKG_INSTALLATION_ROOT '.\scripts\buildsystems\vcpkg.cmake' -Resolve
4242 $vcpkgTriplet = '${{ steps.set-variables.outputs.vcpkg_triplet }}'
4343 $cmakeSharedLibs = $(if ('${{ matrix.libs }}' -eq 'shared') { 'ON' } else { 'OFF' })
4444 $msbuildArch = $(if ('${{ matrix.arch }}' -eq 'x64') { 'X64' } else { 'Win32' })
You can’t perform that action at this time.
0 commit comments