mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-29 05:22:30 +02:00
ci: Remove no longer needed workaround for GHA Windows images
GHA Windows images previously had multiple VC Build Tools installed, which required specifying the `VCPKG_PLATFORM_TOOLSET_VERSION` explicitly to avoid linker errors. This issue has been resolved as per https://github.com/actions/runner-images/issues/9701.
This commit is contained in:
parent
4a020ca443
commit
501aceefcf
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -241,7 +241,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
Set-Location "$env:VCPKG_INSTALLATION_ROOT"
|
Set-Location "$env:VCPKG_INSTALLATION_ROOT"
|
||||||
Add-Content -Path "triplets\x64-windows-static.cmake" -Value "set(VCPKG_BUILD_TYPE release)"
|
Add-Content -Path "triplets\x64-windows-static.cmake" -Value "set(VCPKG_BUILD_TYPE release)"
|
||||||
Add-Content -Path "triplets\x64-windows-static.cmake" -Value "set(VCPKG_PLATFORM_TOOLSET_VERSION $env:VCToolsVersion)"
|
|
||||||
.\vcpkg.exe --vcpkg-root "$env:VCPKG_INSTALLATION_ROOT" integrate install
|
.\vcpkg.exe --vcpkg-root "$env:VCPKG_INSTALLATION_ROOT" integrate install
|
||||||
git rev-parse HEAD | Out-File -FilePath "$env:GITHUB_WORKSPACE\vcpkg_commit"
|
git rev-parse HEAD | Out-File -FilePath "$env:GITHUB_WORKSPACE\vcpkg_commit"
|
||||||
Get-Content -Path "$env:GITHUB_WORKSPACE\vcpkg_commit"
|
Get-Content -Path "$env:GITHUB_WORKSPACE\vcpkg_commit"
|
||||||
|
Loading…
Reference in New Issue
Block a user