From 7f8d5dd07bd9e867ef7c6453cfddace8b32ed546 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Wed, 17 Jan 2024 11:58:31 -0500 Subject: [PATCH] [ci] use cygwin test repos for latest packages --- .github/workflows/pr.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index bbaa17f79..d225ef825 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -207,6 +207,14 @@ jobs: libmariadb-devel libpq-devel libmaxminddb-devel libunwind-devel lua-devel lua5.1-devel libxml2-devel libuuid-devel libsqlite3-devel + - name: Update + shell: powershell + run: | + # (https://github.com/cygwin/cygwin-install-action/blob/master/action.yml) + Invoke-WebRequest https://cygwin.com/setup-x86_64.exe -OutFile C:\setup.exe + # because setup is a Windows GUI app, make it part of a pipeline to make + # PowerShell wait for it to exit + & C:\setup.exe -qgnO -t | Out-Default - name: Compile and Test #shell: C:\cygwin\bin\bash.exe --noprofile --norc -o igncr -eo pipefail '{0}' shell: C:\cygwin\bin\bash.exe --login -o igncr -eo pipefail '{0}'