From 3efc90ba9368da9e7c8f621263888317c7d384fc Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Sat, 5 Oct 2024 08:39:16 +0200 Subject: [PATCH] changed TSAN_OPTIONS --- .github/workflows/linux_sanitizers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_sanitizers.yml b/.github/workflows/linux_sanitizers.yml index 6c55c7bbfaabf8..c0b4e240c1927e 100644 --- a/.github/workflows/linux_sanitizers.yml +++ b/.github/workflows/linux_sanitizers.yml @@ -271,7 +271,7 @@ jobs: INSTALL_DIR: ${{ github.workspace }}/install INSTALL_TEST_DIR: ${{ github.workspace }}/install/tests TBB_ENABLE_SANITIZERS: 1 - TSAN_OPTIONS: "suppressions=/__w/openvino/openvino/openvino/tests/sanitizers/tsan/suppressions.txt,report_suppressions=1" + TSAN_OPTIONS: suppressions=${GITHUB_WORKSPACE}/openvino/tests/sanitizers/tsan/suppressions.txt,report_suppressions=1 steps: - name: Download OpenVINO package