File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build :
13
13
name : Build and publish documentation
14
- runs-on : macos -latest
14
+ runs-on : ubuntu -latest
15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
35
35
36
36
- name : Install dependencies
37
37
run : |
38
- brew install doxygen
38
+ sudo apt-get install doxygen
39
39
pip3 install jinja2 Pygments
40
40
41
41
- name : Build
File renamed without changes.
Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
build :
18
- runs-on : macos -latest
18
+ runs-on : ubuntu -latest
19
19
20
20
steps :
21
21
- uses : actions/checkout@v2
40
40
41
41
- name : Install format dependencies
42
42
run : |
43
- brew install clang-format
43
+ sudo apt-get install clang-format
44
44
pip3 install cmake_format==0.6.11 pyyaml
45
45
46
46
- name : configure
You can’t perform that action at this time.
0 commit comments