File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ jobs:
45
45
with :
46
46
submodules : recursive
47
47
- name : install-dependencies
48
- run : >
49
- sudo apt-get install -y
50
- libxcursor-dev
51
- libxrandr-dev
52
- libxinerama-dev
48
+ run : |
49
+ sudo apt-get install -y \
50
+ libxcursor-dev \
51
+ libxrandr-dev \
52
+ libxinerama-dev \
53
53
libxi-dev
54
54
- name : setup-codeql
55
55
uses : github/codeql-action/init@v3
@@ -59,10 +59,10 @@ jobs:
59
59
paths-ignore: [vendor]
60
60
- name : configure
61
61
run : >
62
- cmake
63
- -B build
64
- -DCMAKE_BUILD_TYPE=${{ matrix.build-type }}
65
- -DCMAKE_C_COMPILER=${{ matrix.c-compiler }}
62
+ cmake \
63
+ -B build \
64
+ -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \
65
+ -DCMAKE_C_COMPILER=${{ matrix.c-compiler }} \
66
66
-DCMAKE_CXX_COMPILER=${{ matrix.cxx-compiler }}
67
67
- name : build
68
68
run : cmake --build build
You can’t perform that action at this time.
0 commit comments