From 1d76de83f646d437d4d0717f1125f09d32d2d3ee Mon Sep 17 00:00:00 2001 From: Pratik Mankawde Date: Wed, 12 Nov 2025 13:12:01 +0000 Subject: [PATCH] minor correction Signed-off-by: Pratik Mankawde --- .github/workflows/reusable-build-test-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-test-config.yml b/.github/workflows/reusable-build-test-config.yml index 3184ccb3fd..a139dbbe12 100644 --- a/.github/workflows/reusable-build-test-config.yml +++ b/.github/workflows/reusable-build-test-config.yml @@ -146,7 +146,7 @@ jobs: if-no-files-found: error - name: Check linking (Linux) - if: ${{ runner.os == 'Linux' && input.sanitizers == '' }} + if: ${{ runner.os == 'Linux' && inputs.sanitizers == '' }} working-directory: ${{ inputs.build_dir }} run: | ldd ./rippled