mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-02 11:11:04 +02:00
Merge bitcoin/bitcoin#30777: ci: Delete no longer needed workaround
74da8cb286ce057cbd8c5081bac3fda74781c279 ci: Delete no longer needed workaround (Hennadii Stepanov) Pull request description: This PR removes a workaround that was necessary at some point during the development of the CMake staging branch. ACKs for top commit: fanquake: ACK 74da8cb286ce057cbd8c5081bac3fda74781c279 Tree-SHA512: 619a513efe86af8e24fc3b6e4124df8f3ff3699216a3f87a4385aeb5e3c605f2b035d1594604cd3efe66281ac879d954d412ee4ae8423408e46ebd32956883a5
This commit is contained in:
commit
e96f657e20
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -146,10 +146,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Remove non-MSVC tool installations
|
||||
run: |
|
||||
Remove-Item -Path "$env:ProgramFiles/CMake" -Recurse -Force
|
||||
|
||||
- name: Configure Developer Command Prompt for Microsoft Visual C++
|
||||
# Using microsoft/setup-msbuild is not enough.
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user