[openssh-commits] [openssh] branch master updated: Fix env again.

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Jun 29 11:27:51 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 700205bd8 Fix env again.
700205bd8 is described below

commit 700205bd861c25cc7564010cf63d984d8db5098a
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sun Jun 29 11:27:17 2025 +1000

    Fix env again.
---
 .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 0ba00962b..ccf6a7822 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -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 != ''

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


More information about the openssh-commits mailing list