We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7a26e commit 29d7e9cCopy full SHA for 29d7e9c
.github/workflows/build_deploy.yml
@@ -12,7 +12,10 @@ jobs:
12
persist-credentials: false
13
14
- name: Install Ubuntu Packages
15
- run: sudo apt-get install -y libcurl4-openssl-dev pandoc pandoc-citeproc texlive texlive-xetex biber libicu-dev
+ 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
19
20
- name: Setup R
21
uses: r-lib/actions/setup-r@v2
0 commit comments