]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
provider-compatibility.yml: Correct the directory where opensslwrap.sh is being run
authorTomas Mraz <tomas@openssl.org>
Mon, 9 Oct 2023 14:47:07 +0000 (16:47 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 10 Oct 2023 14:46:13 +0000 (16:46 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22322)

.github/workflows/provider-compatibility.yml

index ccb0fbdd7d803aa1f7031f4e1f4e3d8ba846f146..8fc125cbd83e5c07330b9f44f442d19ab70a79d9 100644 (file)
@@ -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'