diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1b9d478..8e97de9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,6 @@ on: env: CARGO_TERM_COLOR: always - CMAKE_CONFIG: RelWithDebInfo permissions: contents: read @@ -143,6 +142,9 @@ jobs: runs-on: ${{ matrix.target.os }} + env: + CMAKE_CONFIG: RelWithDebInfo + steps: - uses: actions/checkout@v6 with: