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 4f8dbc7 commit 774f7c4Copy full SHA for 774f7c4
.github/workflows/linux_clang.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install system dependencies
39
run: |
40
sudo apt-get update
41
- sudo apt-get -y install mesa-common-dev clang libsdl2-2.0-0 libsdl2-dev build-essential vulkan-utils libvulkan-dev
+ sudo apt-get -y install mesa-common-dev clang libsdl2-2.0-0 libsdl2-dev build-essential
42
43
# Build the lib
44
- name: Build MacroLibX
0 commit comments