Skip to content

Commit

Permalink
#97: add comment in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Sep 5, 2024
1 parent da106e4 commit e9bddd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ jobs:
sudo rm -rf /var/lib/apt/lists/*
- name: Install Latest Mesa Drivers (Ubuntu 24.04)
# To fix on Ubuntu 24.04: MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER)
# To fix error occuring on the `ubuntu-24.04` runner:
# Error: MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER)
if: ${{matrix.host.base == 'ubuntu-24.04'}}
run: |
# Start virtual display (Linux)
Expand Down

0 comments on commit e9bddd8

Please sign in to comment.