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

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