From c7893f598444c4b8e13b224c6707d19db4aec7d7 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 30 Aug 2025 19:04:55 -0500 Subject: [PATCH] fix(ci): only build release --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 21cd678..a134173 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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