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

index 385b2a94a12394ed0d4e91a4272e6618f86b7e4d..0ba00962b3c129b36bd5f937acebc2d79a304b8f 100644 (file)
@@ -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 != ''