Skip to content

Commit 937dc87

Browse files
another combi
Signed-off-by: Pratik Mankawde <[email protected]>
1 parent 9b92aaf commit 937dc87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-build-test-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ jobs:
170170
env:
171171
BUILD_TYPE: ${{ inputs.build_type }}
172172
PARALLELISM: ${{ runner.os == 'Windows' && '1' || steps.nproc.outputs.nproc }}
173-
ASAN_OPTIONS: "suppressions=$GITHUB_WORKSPACE/external/asan_suppressions.txt"
174-
TSAN_OPTIONS: "suppressions=$GITHUB_WORKSPACE/external/tsan_suppressions.txt"
173+
ASAN_OPTIONS: "suppressions=${{GITHUB_WORKSPACE}}/external/asan_suppressions.txt"
174+
TSAN_OPTIONS: "suppressions=${{GITHUB_WORKSPACE}}/external/tsan_suppressions.txt"
175175
shell: bash
176176
run: |
177177
ctest \

0 commit comments

Comments
 (0)