mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 03:03:22 -03:00
ci: Delete no longer needed workaround
It was necessary at some point during the development of the CMake staging branch.
This commit is contained in:
parent
96b0a8f858
commit
74da8cb286
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
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
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++
|
- name: Configure Developer Command Prompt for Microsoft Visual C++
|
||||||
# Using microsoft/setup-msbuild is not enough.
|
# Using microsoft/setup-msbuild is not enough.
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
|
|
Loading…
Add table
Reference in a new issue