fix(ci): only build release

This commit is contained in:
Barrett Ruth 2025-08-30 19:04:55 -05:00
parent 684051430a
commit c7893f5984

View file

@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
build_type: [Debug, Release]
build_type: [Release]
steps:
- uses: actions/checkout@v4
- name: Install compiler