]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Move env to where it (hopefully) belongs.
authorDarren Tucker <dtucker@dtucker.net>
Sun, 29 Jun 2025 01:22:00 +0000 (11:22 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 29 Jun 2025 01:22:00 +0000 (11:22 +1000)
.github/workflows/c-cpp.yml

index 82087c057aefef8e0f01d3633a742470339fd4a9..385b2a94a12394ed0d4e91a4272e6618f86b7e4d 100644 (file)
@@ -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'