From 49f298a7ebb00d4b3ddf58000c3e78eff5fbd6b9 Mon Sep 17 00:00:00 2001 From: Adam Dinwoodie Date: Sun, 13 Mar 2022 20:27:47 +0000 Subject: [PATCH] Add commentary on Cygwin test --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 740ca05..245a968 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -174,6 +174,10 @@ jobs: site: http://ctm.crouchingtigerhiddenfruitbat.org/pub/cygwin/circa/64bit/2021/01/22/181752 continue-on-error: true + # The install step should have failed due to the duff signature. Check + # that by trying to run Bash: if Cygwin were installed correctly, we'd run + # Cygwin Bash; if it isn't, we'll run one of the non-Cygwin Bash + # executables provided by the GitHub runner. - name: Check Cygwin isn't installed run: | if [[ "${OSTYPE}" = "cygwin" ]]; then