Skip to content

Commit a9af0e1

Browse files
author
Bartłomiej Rasztabiga
committed
Fix CI?
1 parent e1a35d4 commit a9af0e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
thesis: ['EngineerThesis', 'MasterThesis']
1717
fail-fast: false
1818
steps:
19+
- name: Checkout WUT-Thesis repository
20+
uses: actions/checkout@v2
21+
1922
- name: Install LaTeX dependencies
2023
run: |
2124
sudo apt-get install -y \
@@ -30,9 +33,6 @@ jobs:
3033
texlive-luatex \
3134
tex-gyre
3235
33-
- name: Checkout WUT-Thesis repository
34-
uses: actions/checkout@v2
35-
3636
- name: Install Python dependencies
3737
run: sudo pip install -r requirements.txt
3838

0 commit comments

Comments
 (0)