Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f21f1fd

Browse files
committed
Run apt-get update at the beggining of output-pdf job
1 parent f62896a commit f21f1fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-and-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
- uses: actions/download-artifact@master
8181
with:
8282
name: build-${{ matrix.version }}-latex
83+
- run: sudo apt-get update
8384
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
8485
- run: make
8586
- uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)