From 88d84caad9db87b506c4d6859d2bcada72fb3e2d Mon Sep 17 00:00:00 2001 From: Sebastian Wolf Date: Sun, 7 Nov 2021 14:43:19 +0100 Subject: [PATCH] New libcrypto dependencies, use Verla as build target for all archs --- .github/workflows/main.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b3b5527..7cfb505 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,23 +53,20 @@ jobs: id: build_armv7hl uses: coderus/github-sfos-build@master with: - release: 3.4.0.24 + release: 4.2.0.21 - name: Build i486 id: build_i486 uses: coderus/github-sfos-build@master with: - release: 3.4.0.24 + release: 4.2.0.21 arch: i486 - # aarch64 complains about ssl/crypto - # with older targets, so we use a - # newer release - name: Build aarch64 id: build_aarch64 uses: coderus/github-sfos-build@master with: - release: 4.0.1.45 + release: 4.2.0.21 arch: aarch64 - name: Upload build result