Skip to content

Commit 29d7e9c

Browse files
authored
Update build_deploy.yml again containing to work on fixing errors
1 parent 7a7a26e commit 29d7e9c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
persist-credentials: false
1313

1414
- name: Install Ubuntu Packages
15-
run: sudo apt-get install -y libcurl4-openssl-dev pandoc pandoc-citeproc texlive texlive-xetex biber libicu-dev
15+
run: |
16+
sudo apt-get update
17+
sudo apt-get install --fix-missing
18+
sudo apt-get install -y libcurl4-openssl-dev pandoc pandoc-citeproc texlive texlive-xetex biber libicu-dev
1619
1720
- name: Setup R
1821
uses: r-lib/actions/setup-r@v2

0 commit comments

Comments
 (0)