Skip to content

Commit

Permalink
Add commentary on Cygwin test
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and authored and jon-turney committed Mar 14, 2022
1 parent cf17b9c commit 49f298a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49f298a

Please sign in to comment.