From eb54203d3f7b511e8f97e503acb7dce97b6ef0d8 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 24 Nov 2025 21:00:07 +0000 Subject: [PATCH] Reduce scope of CI env var --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: