We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296165b commit c87c9c0Copy full SHA for c87c9c0
.github/workflows/reusable_basic.yml
@@ -201,7 +201,7 @@ jobs:
201
202
- name: CHECK test_provider_os_memory
203
run: |
204
- LD_LIBRARY_PATH="${{env.BUILD_DIR}}/lib/:${LD_LIBRARY_PATH}" strace build/test/test_provider_os_memory --gtest_filter="*BasicFlow/0"
+ LD_LIBRARY_PATH="${{env.BUILD_DIR}}/lib/:${LD_LIBRARY_PATH}" strace build/test/test_provider_os_memory --gtest_filter="*BasicFlow/0"
205
206
- name: Run tests
207
working-directory: ${{env.BUILD_DIR}}
0 commit comments