From: Darren Tucker Date: Sun, 29 Jun 2025 01:24:42 +0000 (+1000) Subject: Move env again. X-Git-Tag: V_10_1_P1~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=223a1beac7b7be9252f69055781c9c15f4d8a607;p=thirdparty%2Fopenssh-portable.git Move env again. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 385b2a94a..0ba00962b 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -20,6 +20,8 @@ jobs: ci: name: "${{ matrix.target }} ${{ matrix.config }}" if: github.repository != 'openssh/openssh-portable-selfhosted' + env: + - EPHEMERAL_VM: yes strategy: fail-fast: false matrix: @@ -120,8 +122,6 @@ 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 != ''