mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-24 18:23:26 -03:00
Merge bitcoin/bitcoin#30777: ci: Delete no longer needed workaround
Some checks are pending
Some checks are pending
74da8cb286
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: ACK74da8cb286
Tree-SHA512: 619a513efe86af8e24fc3b6e4124df8f3ff3699216a3f87a4385aeb5e3c605f2b035d1594604cd3efe66281ac879d954d412ee4ae8423408e46ebd32956883a5
This commit is contained in:
commit
e96f657e20
1 changed files with 0 additions and 4 deletions
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…
Add table
Reference in a new issue