Set runner pasword to random string.

The most recent version of the Github ubuntu-latest image sets the
password field to "!" which sshd considers to be a locked account,
breaking most of the tests.
This commit is contained in:
Darren Tucker
2025-05-20 15:29:34 +10:00
parent c404686c17
commit fc8c56ade8
2 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ jobs:
CYGWIN: "winsymlinks:native"
- uses: actions/checkout@main
- name: setup CI system
run: sh ./.github/setup_ci.sh ${{ matrix.config }}
run: sh ./.github/setup_ci.sh ${{ matrix.config }} ${{ matrix.target }}
env:
CYGWIN_SETUP: ${{ steps.cygwin_install.outputs.setup }}
- name: autoreconf