File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616 steps :
1717 - name : Update the system
1818 run : sudo apt-get -qq update
19- - name : Install pre-requisites for LaTeX
20- run : ./dev/install-latex.sh
21- - name : Install pre-requisites for spell check
22- run : ./dev/install-spellcheck.sh
2319 - name : Checkout master branch
2420 uses : actions/checkout@v2
2521 with :
2622 path : master
23+ - name : Install pre-requisites for LaTeX
24+ run : ./dev/install-latex.sh
25+ - name : Install pre-requisites for spell check
26+ run : ./dev/install-spellcheck.sh
2727 - name : Run spellcheck
2828 working-directory : master
2929 run : make spellcheck
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 steps :
1212 - name : Update the system
1313 run : sudo apt-get -qq update
14- - name : Install pre-requisites for LaTeX
15- run : ./dev/install-latex.sh
1614 - name : Checkout master branch
1715 uses : actions/checkout@v2
1816 with :
1917 path : master
18+ - name : Install pre-requisites for LaTeX
19+ run : ./dev/install-latex.sh
2020 - name : Compile first phase
2121 working-directory : master
2222 run : make slides notes
You can’t perform that action at this time.
0 commit comments