From: Darren Tucker Date: Sun, 29 Jun 2025 01:27:17 +0000 (+1000) Subject: Fix env again. X-Git-Tag: V_10_1_P1~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=700205bd861c25cc7564010cf63d984d8db5098a;p=thirdparty%2Fopenssh-portable.git Fix env again. --- 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 != ''