mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-03 13:44:27 +01:00
Fix openssl test
Fix openssl test Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
41980977c1
commit
4a0b0bbc7b
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -290,14 +290,14 @@ jobs:
|
||||
# Windows arm images
|
||||
- {
|
||||
image: "windows-armv7",
|
||||
stockfish: "yes",
|
||||
stockfish: "no",
|
||||
stockfish_arg: "ARCH=armv7-neon COMP=clang",
|
||||
openssl: "yes",
|
||||
openssl_arg: "",
|
||||
}
|
||||
- {
|
||||
image: "windows-arm64",
|
||||
stockfish: "yes",
|
||||
stockfish: "no",
|
||||
stockfish_arg: "ARCH=armv8 COMP=clang",
|
||||
openssl: "yes",
|
||||
openssl_arg: "",
|
||||
@ -360,7 +360,7 @@ jobs:
|
||||
cd openssl
|
||||
git checkout openssl-3.0.0-beta2
|
||||
./Configure ${{ matrix.arch_name.openssl_arg }}
|
||||
./../../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j2
|
||||
./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j2
|
||||
- name: deploy
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user