File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818jobs :
1919 build-tools :
20- name : Build config-tool and send_sid
20+ name : Tools
2121 if : ${{ ! startsWith(github.ref, 'refs/tags/') }}
2222 runs-on : ${{ matrix.os }}
2323 strategy :
2424 fail-fast : false
2525 matrix :
2626 include :
2727 - { os: ubuntu-latest, shell: bash,
28- directory : config-tool, buildname: cfg_tool }
28+ directory : config-tool, buildname: cfg_usbsid }
2929 - { os: ubuntu-latest, shell: bash,
3030 directory : send_sid, buildname: send_sid }
3131 - { os: windows-2022, shell: 'msys2 {0}',
32- directory : config-tool, buildname: cfg_tool }
32+ directory : config-tool, buildname: cfg_usbsid }
3333 - { os: windows-2022, shell: 'msys2 {0}',
34- directory : config-tool , buildname: cfg_tool }
34+ directory : send_sid , buildname: send_sid }
3535 defaults :
3636 run :
3737 shell : ${{ matrix.shell }}
You can’t perform that action at this time.
0 commit comments