From: Tomas Mraz Date: Mon, 9 Oct 2023 14:47:07 +0000 (+0200) Subject: provider-compatibility.yml: Correct the directory where opensslwrap.sh is being run X-Git-Tag: openssl-3.2.0-beta1~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29890415487b04b965e47aee21f00a7f6a2e7268;p=thirdparty%2Fopenssl.git provider-compatibility.yml: Correct the directory where opensslwrap.sh is being run Reviewed-by: Paul Dale Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/22322) --- diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml index ccb0fbdd7d8..8fc125cbd83 100644 --- a/.github/workflows/provider-compatibility.yml +++ b/.github/workflows/provider-compatibility.yml @@ -236,10 +236,11 @@ jobs: working-directory: ${{ matrix.tree_b }} - name: get cpu info + if: steps.early_exit.outcome == 'success' run: | cat /proc/cpuinfo ./util/opensslwrap.sh version -c - working-directory: ${{ matrix.branch.dir }} + working-directory: ${{ matrix.tree_b }} - name: run cross validation tests of FIPS from A with tree from B if: steps.early_exit.outcome == 'success'