File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 33
33
- name : check-source.sh
34
34
run : ../tools/check-source.sh
35
35
36
+ - name : update brew
37
+ if : matrix.cfg.os == 'macos-12'
38
+ run : |
39
+ brew update
40
+
36
41
- name : update-apt-cache
37
42
if : matrix.cfg.os == 'ubuntu-22.04'
38
43
run : sudo apt-get update
41
46
if : matrix.cfg.os == 'ubuntu-22.04'
42
47
run : sudo apt-get install latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended lmodern
43
48
44
- - name : install (MacOS, Part 1/2 )
49
+ - name : install (MacOS)
45
50
if : matrix.cfg.os == 'macos-12'
46
51
run : |
47
52
brew install basictex
50
55
sudo tlmgr update --self
51
56
sudo tlmgr install latexmk isodate substr relsize ulem fixme rsfs extract layouts enumitem l3packages l3kernel imakeidx splitindex xstring
52
57
53
- - name : make
58
+ - name : make (Linux)
59
+ if : matrix.cfg.os == 'ubuntu-22.04'
54
60
run : make quiet
55
61
62
+ - name : make (MacOS)
63
+ if : matrix.cfg.os == 'macos-12'
64
+ run : make full
65
+
56
66
- name : check-output.sh
57
67
run : ../tools/check-output.sh
58
68
You can’t perform that action at this time.
0 commit comments