mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-04-08 18:35:05 +02:00
Install moduli file before tests.
Reduces warnings during test runs.
This commit is contained in:
parent
1b83185593
commit
bba229b6f3
8
.github/workflows/c-cpp.yml
vendored
8
.github/workflows/c-cpp.yml
vendored
@ -28,6 +28,8 @@ jobs:
|
||||
run: ./configure ${{ matrix.configs }}
|
||||
- name: make
|
||||
run: make
|
||||
- name: copy moduli
|
||||
run: sudo cp moduli /usr/local/etc/
|
||||
- name: make tests
|
||||
run: ./.github/run_test.sh ${{ matrix.configs }}
|
||||
env:
|
||||
@ -61,6 +63,8 @@ jobs:
|
||||
run: ./configure ${{ matrix.configs }}
|
||||
- name: make
|
||||
run: make
|
||||
- name: copy moduli
|
||||
run: sudo cp moduli /usr/local/etc/
|
||||
- name: make tests
|
||||
run: ./.github/run_test.sh ${{ matrix.configs }}
|
||||
env:
|
||||
@ -88,6 +92,8 @@ jobs:
|
||||
run: ./configure ${{ matrix.configs }}
|
||||
- name: make
|
||||
run: make
|
||||
- name: copy moduli
|
||||
run: sudo cp moduli /usr/local/etc/
|
||||
- name: make tests
|
||||
run: ./.github/run_test.sh ${{ matrix.configs }}
|
||||
env:
|
||||
@ -113,6 +119,8 @@ jobs:
|
||||
run: ./configure --with-ssl-dir=/usr/local/opt/openssl ${{ matrix.configs }}
|
||||
- name: make
|
||||
run: make
|
||||
- name: copy moduli
|
||||
run: sudo cp moduli /usr/local/etc/
|
||||
- name: make tests
|
||||
run: ./.github/run_test.sh ${{ matrix.configs }}
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user