From 700205bd861c25cc7564010cf63d984d8db5098a Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 29 Jun 2025 11:27:17 +1000 Subject: [PATCH] Fix env again. --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 0ba00962b..ccf6a7822 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -20,8 +20,6 @@ jobs: ci: name: "${{ matrix.target }} ${{ matrix.config }}" if: github.repository != 'openssh/openssh-portable-selfhosted' - env: - - EPHEMERAL_VM: yes strategy: fail-fast: false matrix: @@ -122,6 +120,8 @@ jobs: - { target: macos-14, config: pam } - { target: macos-15, config: pam } runs-on: ${{ matrix.target }} + env: + EPHEMERAL_VM: yes steps: - name: check RUN_ONLY_TARGET_CONFIG if: vars.RUN_ONLY_TARGET_CONFIG != ''