Skip to content

Commit 774f7c4

Browse files
committed
debugging CI
1 parent 4f8dbc7 commit 774f7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install system dependencies
3939
run: |
4040
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
41+
sudo apt-get -y install mesa-common-dev clang libsdl2-2.0-0 libsdl2-dev build-essential
4242
4343
# Build the lib
4444
- name: Build MacroLibX

0 commit comments

Comments
 (0)