From: Darren Tucker Date: Tue, 29 Jul 2025 09:52:54 +0000 (+1000) Subject: Enable EPHEMERAL_VM to set a new password. X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2FV_10_0;p=thirdparty%2Fopenssh-portable.git Enable EPHEMERAL_VM to set a new password. This fixes the Github VMs that have a locked password string for the runner user. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 3b9d676b7..c1d5b4907 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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 != ''