Skip to content

Commit c87c9c0

Browse files
committed
.
1 parent 296165b commit c87c9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
202202
- name: CHECK test_provider_os_memory
203203
run: |
204-
LD_LIBRARY_PATH="${{env.BUILD_DIR}}/lib/:${LD_LIBRARY_PATH}" strace build/test/test_provider_os_memory --gtest_filter="*BasicFlow/0"
204+
LD_LIBRARY_PATH="${{env.BUILD_DIR}}/lib/:${LD_LIBRARY_PATH}" strace build/test/test_provider_os_memory --gtest_filter="*BasicFlow/0"
205205
206206
- name: Run tests
207207
working-directory: ${{env.BUILD_DIR}}

0 commit comments

Comments
 (0)