2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 04:42:28 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Stefan Seefeld
81aeaa6c52 Upgrade workflow actions on Windows. 2024-10-07 22:03:07 -04:00

View File

@@ -15,9 +15,9 @@ jobs:
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- uses: microsoft/setup-msbuild@v1.1 - uses: microsoft/setup-msbuild@v2
- name: setup boost prerequisites - name: setup boost prerequisites
uses: lukka/run-vcpkg@v6 uses: lukka/run-vcpkg@v11
with: with:
vcpkgGitCommitId: '88b1071e39f13b632644d9d953738d345a4ac055' vcpkgGitCommitId: '88b1071e39f13b632644d9d953738d345a4ac055'
vcpkgDirectory: '${{ runner.workspace }}/vcpkg' vcpkgDirectory: '${{ runner.workspace }}/vcpkg'