This GitHub Action can be used in a workflow to install Cygwin. e.g. - run: git config --global core.autocrlf input - uses: actions/checkout@v4 - uses: cygwin/cygwin-install-action@master - run: bash ...