Skip to content

Commit

Permalink
Fix DRI path
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Jan 4, 2024
1 parent bfffe21 commit 6765c1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ jobs:
echo "VK_DRIVER_FILES=$PWD/icd.json" >> "$GITHUB_ENV"
echo "LD_LIBRARY_PATH=$PWD/mesa/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"
echo "LIBGL_DRIVERS_PATH=$PWD/mesa/lib/x86_64-linux-gnu/dri" >> "$GITHUB_ENV
- name: disable debug
shell: bash
Expand Down

0 comments on commit 6765c1c

Please sign in to comment.