agora inbox for [email protected]
help / color / mirror / Atom feedFrom: Andres Freund <[email protected]>
Subject: [PATCH v9a 11/22] ci: windows: ninja is already installed
Date: Wed, 3 Jun 2026 02:25:41 -0400
---
.github/workflows/pg-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index ad9bbf745fb..1600a5a8095 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -779,8 +779,8 @@ jobs:
- name: Install dependencies
shell: pwsh
run: |
- # meson + ninja aren't preinstalled on windows-2022. Install via pip
- python -m pip install --upgrade meson ninja
+ # meson is not preinstalled on windows-2022. Install via pip
+ python -m pip install --upgrade meson
if (!$?) { throw 'cmdfail' }
--
2.54.0.380.gc69baaf57b
--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
filename="v9a-0012-ci-windows-make-argument-order-alphabetical.patch"
view thread (147+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [PATCH v9a 11/22] ci: windows: ninja is already installed
In-Reply-To: <no-message-id-812754@localhost>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox