File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 8
8
branches :
9
9
- master
10
10
11
+ env :
12
+ CPM_SOURCE_CACHE : ${{ github.workspace }}/cpm_modules
13
+
11
14
jobs :
12
15
build :
13
-
14
- runs-on : macos-latest
16
+ runs-on : ubuntu-latest
15
17
16
18
steps :
17
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3
18
20
19
- - name : Install format dependencies
20
- run : pip3 install cmake_format==0.6.11 pyyaml
21
+ - name : Install format dependencies
22
+ run : pip3 install cmake_format==0.6.11 pyyaml
21
23
22
- - name : Check source style
23
- run : cmake-format --check ./CMakeLists.txt ./cmake-format.cmake
24
+ - name : Check source style
25
+ run : cmake-format --check ./CMakeLists.txt ./cmake-format.cmake
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build :
13
13
14
- runs-on : macos -latest
14
+ runs-on : ubuntu -latest
15
15
16
16
steps :
17
17
- uses : actions/checkout@v2
25
25
26
26
- name : Install format dependencies
27
27
run : |
28
- brew install clang-format
29
- pip3 install cmake_format==0.6.11 pyyaml
28
+ pip3 install clang-format==14.0.6 cmake_format==0.6.11 pyyaml
30
29
31
30
- name : Configure
32
31
run : cmake -Htest -Bbuild
You can’t perform that action at this time.
0 commit comments