mirror of git://anongit.mindrot.org/openssh.git
Fixing quoting for installing moduli on target guest.
This commit is contained in:
parent
b3afc243bc
commit
d0763c8d56
|
@ -49,7 +49,7 @@ jobs:
|
|||
- name: make
|
||||
run: vmrun make
|
||||
- name: install moduli
|
||||
run: vmrun sudo mkdir -p /usr/local/etc/; sudo 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
|
||||
|
|
Loading…
Reference in New Issue