From 695f4a2cc9a3da641be86e0005ff737dc24a67b5 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde Date: Tue, 11 Nov 2025 18:50:04 +0000 Subject: [PATCH] try 4 Signed-off-by: Pratik Mankawde --- .github/actions/build-deps/action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/actions/build-deps/action.yml b/.github/actions/build-deps/action.yml index a22bf67467..47744f3aaf 100644 --- a/.github/actions/build-deps/action.yml +++ b/.github/actions/build-deps/action.yml @@ -31,18 +31,15 @@ runs: steps: - name: Install Conan dependencies shell: bash - with: - workspace: $GITHUB_WORKSPACE env: BUILD_DIR: ${{ inputs.build_dir }} BUILD_NPROC: ${{ inputs.build_nproc }} BUILD_OPTION: ${{ inputs.force_build == 'true' && '*' || 'missing' }} BUILD_TYPE: ${{ inputs.build_type }} LOG_VERBOSITY: ${{ inputs.log_verbosity }} - ASAN_OPTIONS: suppressions=${workspace}/external/asan_suppressions.txt run: | echo 'Installing dependencies.' - echo $ASAN_OPTIONS + echo ${GITHUB_WORKSPACE} mkdir -p "${BUILD_DIR}" cd "${BUILD_DIR}" conan install \