Reduce scope of CI env var

This commit is contained in:
Oliver Hamlet
2025-11-24 21:01:16 +00:00
parent 61a6569d29
commit eb54203d3f
+3 -1
View File
@@ -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: