Install moduli on target not host.

This commit is contained in:
Darren Tucker 2021-02-18 10:27:16 +11:00
parent f060c2bc85
commit b3afc243bc
1 changed files with 1 additions and 1 deletions

View 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