Skip to content

I want cygwin shell #16

I want cygwin shell

I want cygwin shell #16

Workflow file for this run

name: TMate Windows 2019
on: [push]
jobs:
build:
# runs-on: macos-12
runs-on: windows-2019
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v4
- name: Install Cygwin
uses: cygwin/cygwin-install-action@master
with:
packages: gcc-g++,make,xxd,git,cygwin-devel,zip,unzip
- name: build saprtools with cygwin
run: |
pwd
set
echo $PATH
shell: C:\cygwin\bin\bash
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3