From: Darren Tucker Date: Sun, 29 Jun 2025 01:22:00 +0000 (+1000) Subject: Move env to where it (hopefully) belongs. X-Git-Tag: V_10_1_P1~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d32614b448528ac08a65caac323a34b4f559a204;p=thirdparty%2Fopenssh-portable.git Move env to where it (hopefully) belongs. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 82087c057..385b2a94a 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -120,9 +120,9 @@ jobs: - { target: macos-14, config: pam } - { target: macos-15, config: pam } runs-on: ${{ matrix.target }} + - env: + EPHEMERAL_VM: yes steps: - - env: - EPHEMERAL_VM: yes - name: check RUN_ONLY_TARGET_CONFIG if: vars.RUN_ONLY_TARGET_CONFIG != '' run: sh -c 'if [ "${{ vars.RUN_ONLY_TARGET_CONFIG }}" != "${{ matrix.target }} ${{matrix.config }}" ]; then exit 1; else exit 0; fi'