]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Enable EPHEMERAL_VM to set a new password. V_10_0 anongit/V_10_0 github-selfhosted/V_10_0 github/V_10_0
authorDarren Tucker <dtucker@dtucker.net>
Tue, 29 Jul 2025 09:52:54 +0000 (19:52 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 29 Jul 2025 09:52:54 +0000 (19:52 +1000)
This fixes the Github VMs that have a locked password string for the
runner user.

.github/workflows/c-cpp.yml

index 3b9d676b7a1820463863241468aa0982ac4e95c6..c1d5b490768cc2221a21cefbe933e2ae95ebb71f 100644 (file)
@@ -119,6 +119,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 != ''