mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-03 13:44:27 +01:00
Fix typo
Fix typo Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
b437ebca4c
commit
1586943008
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user