Skip to content

Commit

Permalink
Merge branch 'main' of github.com:egap/theory_and_practice_of_field_e…
Browse files Browse the repository at this point in the history
…xperiments
  • Loading branch information
jwbowers committed Aug 13, 2024
2 parents 4d0b683 + 29d7e9c commit 164f9b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
persist-credentials: false

- name: Install Ubuntu Packages
run: sudo apt-get install -y libcurl4-openssl-dev pandoc pandoc-citeproc texlive texlive-xetex biber libicu-dev
run: |
sudo apt-get update
sudo apt-get install --fix-missing
sudo apt-get install -y libcurl4-openssl-dev pandoc pandoc-citeproc texlive texlive-xetex biber libicu-dev
- name: Setup R
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 164f9b4

Please sign in to comment.