[openssh-commits] [openssh] branch master updated: Move env again.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Jun 29 11:25:22 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 223a1beac Move env again.
223a1beac is described below
commit 223a1beac7b7be9252f69055781c9c15f4d8a607
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sun Jun 29 11:24:42 2025 +1000
Move 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 385b2a94a..0ba00962b 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -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 != ''
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list