change workflow to only build MinSizeRel
This commit is contained in:
2
.github/workflows/build_presets.yml
vendored
2
.github/workflows/build_presets.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
preset: [Release, RelWithDebInfo, MinSizeRel, Debug]
|
preset: [MinSizeRel]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
container: devkitpro/devkita64:latest
|
container: devkitpro/devkita64:latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user