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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user