Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Change-Id: Ie0ffde48d45de479557ed8f338eb564ecff9e85d
  • Loading branch information
kpet committed Nov 30, 2024
1 parent 88a370a commit dfd8e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
CLVK_LOG_DEST: file:validation.log
CLVK_VALIDATION_LAYERS: 1
VK_ADD_LAYER_PATH: ${{ env.VULKAN_SDK_LAYERS_MANIFEST_PATH }}
LD_LIBRARY_PATH: ${{ env.VULKAN_SDK_LIB_PATH }}
LD_LIBRARY_PATH: ${{ env.VULKAN_SDK_LIB_PATH }}:${{ env.LD_LIBRARY_PATH }}
- name: Perfetto test
if: ${{ matrix.perfetto }}
run: |
Expand Down

0 comments on commit dfd8e1d

Please sign in to comment.