Skip to content

Commit

Permalink
[ci] use cygwin test repos for latest packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gstrauss committed Jan 17, 2024
1 parent 36547a3 commit 7f8d5dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down

0 comments on commit 7f8d5dd

Please sign in to comment.