Skip to content

Commit 2f28090

Browse files
committed
Don't install SDL
1 parent 0e0d3ea commit 2f28090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: install-dependencies
1313
run: |
1414
sudo pip3 install numpy
15-
sudo apt install libsdl2-dev libsdl2-mixer-dev
15+
# sudo apt install libsdl2-dev libsdl2-mixer-dev
1616
shell: bash
1717
- name: default build
1818
run: make

0 commit comments

Comments
 (0)