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:
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:
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:
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: