Skip to content

Commit 27ac46e

Browse files
authored
[libc++][ci] Don't install wget in the Windows jobs (llvm#95215)
Nothing uses wget - only curl is used, and that's available out of the box.
1 parent 77db8b0 commit 27ac46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
- uses: actions/checkout@v4
210210
- name: Install dependencies
211211
run: |
212-
choco install -y ninja wget
212+
choco install -y ninja
213213
pip install psutil
214214
- name: Install a current LLVM
215215
if: ${{ matrix.mingw != true }}

0 commit comments

Comments
 (0)