Fix typo

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-08-26 17:23:18 +02:00
parent b437ebca4c
commit 1586943008

View File

@ -323,7 +323,7 @@ jobs:
git clone https://github.com/openssl/openssl.git
cd openssl
git checkout openssl-3.0.0-beta2
./../tools/dockcross-command.sh ./Configure ${{ matrix.arch_name.openssl_arg }}
./../tools/dockcross-command.sh ${{ matrix.arch_name.image }} ./Configure ${{ matrix.arch_name.openssl_arg }}
./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j2
- name: deploy
if: github.ref == 'refs/heads/master'