Skip to content

Commit b611dd2

Browse files
committed
fixes?
1 parent 9eb5b19 commit b611dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install libraries for ubuntu
2828
run: |
29-
apt install libx11-dev
29+
sudo apt install libx11-dev
3030
3131
- name: Print environment
3232
run: |

0 commit comments

Comments
 (0)