]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Install moduli file before tests.
authorDarren Tucker <dtucker@dtucker.net>
Wed, 27 Jan 2021 01:34:07 +0000 (12:34 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 27 Jan 2021 01:34:07 +0000 (12:34 +1100)
Reduces warnings during test runs.

.github/workflows/c-cpp.yml

index 121d43b20d0ab4d59f54bf7b4af9334e7987c180..d8677e2fe224223781d3c5dbe78a8405312193a2 100644 (file)
@@ -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: