File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v2
1313
14+ - name : " Setup python"
15+ uses : actions/setup-python@v4
16+ with :
17+ python-version : ' 3.x'
18+
1419 - name : " Setup flex, bison"
1520 run : |
1621 brew install flex bison
Original file line number Diff line number Diff line change 1010 runs-on : windows-latest
1111 defaults :
1212 run :
13- shell : C:\tools\ cygwin\bin\bash.exe --login -o igncr {0}
13+ shell : C:\cygwin\bin\bash.exe --login -o igncr {0}
1414 steps :
1515 - name : " Setup git"
1616 shell : cmd
1919 - uses : actions/checkout@v2
2020
2121 - name : " Setup Cygwin"
22- uses : egor-tensin/setup- cygwin@v3
22+ uses : cygwin/ cygwin-install-action@v2
2323 with :
24- platform : x64
24+ platform : x86_64
2525 packages : automake make cmake gcc-g++ doxygen graphviz libssl-devel libuuid-devel flex bison
2626
2727 - name : " Setup cmake"
You can’t perform that action at this time.
0 commit comments