File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 33
33
steps :
34
34
- uses : actions/checkout@v4
35
35
- name : install
36
- run : sudo apt install -y liburing-dev clang-format-19 libgles2-mesa-dev libx11-dev libxi-dev libxcursor-dev
36
+ run : |
37
+ sudo apt-get update
38
+ sudo apt-get install -y liburing-dev clang-format-19 libgles2-mesa-dev libx11-dev libxi-dev libxcursor-dev
37
39
- name : clang-format
38
40
run : ./SC.sh format check
39
41
- name : build documentation
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
- name : install
25
- run : sudo apt install -y liburing-dev
25
+ run : |
26
+ sudo apt-get update
27
+ sudo apt-get install -y liburing-dev
26
28
if : matrix.params.os == 'ubuntu-latest'
27
29
# Install 7zip just to check that links are still valid
28
30
- name : package install 7zip
You can’t perform that action at this time.
0 commit comments