File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 # does not like windows
18- os : ['ubuntu-22.04', 'ubuntu-20.04', 'macOS-12' ]
18+ os : ['ubuntu-22.04', 'ubuntu-20.04']
1919 python-version : ['3.9', '3.11']
2020 include :
2121 - os : ' ubuntu-22.04'
2424 - os : ' ubuntu-20.04'
2525 generator : ' Ninja'
2626 build_type : ' RelWithDebInfo'
27- - os : ' macOS-12'
28- generator : ' Ninja'
29- build_type : ' Release'
27+
3028 env :
3129 OS : ${{ matrix.os }}
3230 PYTHON : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 3838
3939 - name : Fetch debian files
4040 run : |
41- wget https://launchpad.net/~nerdboy/+archive/ubuntu/embedded/+sourcefiles/libtins/4.2-1build1ci /libtins_4.2-1build1ci .debian.tar.xz
42- tar xf libtins_4.2-1build1ci.debian .tar.xz && rm *debian.tar.xz
41+ wget https://launchpad.net/~nerdboy/+archive/ubuntu/embedded/+sourcefiles/libtins/4.2-1build3ci /libtins_4.2-1build3ci .debian.tar.xz
42+ tar xf libtins_4.2* .tar.xz && rm *debian.tar.xz
4343 ls
4444
4545 - name : Update debian changelog
You can’t perform that action at this time.
0 commit comments