mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
Fixing quoting for installing moduli on target guest.
This commit is contained in:
parent
b3afc243bc
commit
d0763c8d56
2
.github/workflows/selfhosted.yml
vendored
2
.github/workflows/selfhosted.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
- name: make
|
- name: make
|
||||||
run: vmrun make
|
run: vmrun make
|
||||||
- name: install moduli
|
- 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
|
- name: make tests
|
||||||
run: vmrun ./.github/run_test.sh ${{ matrix.configs }}
|
run: vmrun ./.github/run_test.sh ${{ matrix.configs }}
|
||||||
- name: save regress logs
|
- name: save regress logs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user