Skip to content

Commit 3d0d614

Browse files
author
Vladimir Kotal
committed
checkout first
1 parent 11423b8 commit 3d0d614

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/compile.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/pdfs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)