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