[openssh-commits] [openssh] branch master updated: Move env to where it (hopefully) belongs.

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Jun 29 11:22:24 AEST 2025


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new d32614b44 Move env to where it (hopefully) belongs.
d32614b44 is described below

commit d32614b448528ac08a65caac323a34b4f559a204
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sun Jun 29 11:22:00 2025 +1000

    Move env to where it (hopefully) belongs.
---
 .github/workflows/c-cpp.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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'

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list