mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-04 00:32:06 +00:00
Always intall moduli.
Allows us to run tests without falling back to a fixed modulus. Ensure that the directory exists.
This commit is contained in:
parent
5c8f41ad10
commit
1c293868e4
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@ -38,8 +38,8 @@ jobs:
|
||||
run: ./.github/configure.sh ${{ matrix.configs }}
|
||||
- name: make
|
||||
run: make -j2
|
||||
- name: copy moduli
|
||||
run: sudo cp moduli /usr/local/etc/
|
||||
- name: install moduli
|
||||
run: sudo sh -c "mkdir -p /usr/local/etc/; cp moduli /usr/local/etc/"
|
||||
- name: make tests
|
||||
run: ./.github/run_test.sh ${{ matrix.configs }}
|
||||
env:
|
||||
|
2
.github/workflows/selfhosted.yml
vendored
2
.github/workflows/selfhosted.yml
vendored
@ -49,6 +49,8 @@ jobs:
|
||||
config.log
|
||||
- name: make
|
||||
run: vmrun make
|
||||
- name: install moduli
|
||||
run: sudo sh -c "mkdir -p /usr/local/etc/; cp moduli /usr/local/etc/"
|
||||
- name: make tests
|
||||
run: vmrun ./.github/run_test.sh ${{ matrix.configs }}
|
||||
- name: save regress logs
|
||||
|
Loading…
Reference in New Issue
Block a user