File tree Expand file tree Collapse file tree 11 files changed +17
-2314
lines changed Expand file tree Collapse file tree 11 files changed +17
-2314
lines changed Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@v4
2828 with :
2929 fetch-depth : 0
30+ submodules : true
3031 - uses : actions/setup-python@v5
3132 with :
3233 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
19+ submodules : true
1920 - uses : actions/setup-python@v5
2021 with :
2122 python-version : ${{ matrix.python-version }}
6465 - uses : actions/checkout@v4
6566 with :
6667 fetch-depth : 0
68+ submodules : true
6769 - run : sudo apt-get update
6870 - run : sudo apt-get install lcov
6971 - uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-24.04
77 steps :
88 - uses : actions/checkout@v4
9+ with :
10+ fetch-depth : 0
11+ submodules : true
912 - uses : actions/setup-python@v5
1013 with :
1114 python-version : " 3.x"
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v4
1616 with :
1717 fetch-depth : 0
18+ submodules : true
1819 - uses : actions/setup-python@v5
1920 with :
2021 python-version : " 3.x"
Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v4
1010 with :
1111 fetch-depth : 0
12+ submodules : true
1213 - uses : actions/setup-python@v5
1314 with :
1415 python-version : " 3.x"
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v4
1313 with :
1414 fetch-depth : 0
15+ submodules : true
15161617 name : Setup msys2
1718 with :
Original file line number Diff line number Diff line change 1+ [submodule "libzz "]
2+ path = libzz
3+ url = https://github.com/diofant/zz.git
Original file line number Diff line number Diff line change 11version : 2
2+ submodules :
3+ include :
4+ - libzz
5+ recursive : true
26formats :
37 - htmlzip
48 - pdf
You can’t perform that action at this time.
0 commit comments