Separate build scripts for MakeROM and CTRTool

This commit is contained in:
jakcron
2022-03-12 14:14:13 +08:00
parent ef3a1bc2e6
commit cf1ec3dda3
@@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
dist: [ubuntu_x86_64, macos_x86_64, win_x86_64] dist: [ubuntu_x86_64, macos_x86_64, win_x86_64]
prog: [ctrtool, makerom] prog: [makerom]
include: include:
- dist: win_x86_64 - dist: win_x86_64
os: windows-latest os: windows-latest