From 41980977c1a59fc12335c271821f50b157d77058 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Thu, 26 Aug 2021 11:23:15 +0200 Subject: [PATCH] update openssl test update openssl test Signed-off-by: Bensuperpc --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 119346a..6bb75a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -315,7 +315,7 @@ jobs: stockfish: "yes", stockfish_arg: "ARCH=x86-64-modern", openssl: "yes", - openssl_arg: "", + openssl_arg: "linux-x86_64", } - { image: "manylinux2014-aarch64", @@ -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 }} + ./../../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j2 - name: deploy if: github.ref == 'refs/heads/master' run: |