]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Install moduli on target not host.
authorDarren Tucker <dtucker@dtucker.net>
Wed, 17 Feb 2021 23:27:16 +0000 (10:27 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 17 Feb 2021 23:41:58 +0000 (10:41 +1100)
.github/workflows/selfhosted.yml

index 8d8a3b55c59a056628b9a0f5b3ae2599d2af8164..b95ef2a05fd058b7a31cbf2d4928f6cab810f3e1 100644 (file)
@@ -49,7 +49,7 @@ jobs:
     - name: make
       run: vmrun make
     - name: install moduli
-      run: sudo sh -c "mkdir -p /usr/local/etc/; cp moduli /usr/local/etc/"
+      run: vmrun sudo mkdir -p /usr/local/etc/; sudo cp moduli /usr/local/etc/
     - name: make tests
       run: vmrun ./.github/run_test.sh ${{ matrix.configs }}
     - name: save regress logs