Compare commits

..

1 Commits

Author SHA1 Message Date
df41463fb3 Install binaries
Some checks failed
CI / ci (Release, ubuntu-latest) (pull_request) Successful in 1h31m22s
CI / ci (RelWithDebInfo, ubuntu-latest) (pull_request) Successful in 1h31m25s
CI / ci (Debug, ubuntu-latest) (pull_request) Failing after 3h10m1s
CI / ci (MinSizeRel, ubuntu-latest) (pull_request) Successful in 1h1m59s
2025-06-21 12:07:06 -06:00

View File

@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
BIRTH_CMAKE_BUILD_TYPE: [ Debug, Release ]
BIRTH_CMAKE_BUILD_TYPE: [ Debug, RelWithDebInfo, Release, MinSizeRel ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4