Skip to content

Commit

Permalink
Update zenodo-datos.yaml
Browse files Browse the repository at this point in the history
Instale libsodium para ubuntu para ver si soluciona el problema de installación de zen4R.
  • Loading branch information
JFormoso authored Nov 7, 2024
1 parent 70a32f5 commit e11a027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/zenodo-datos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
shell: bash
- name: Install CRAN packages
run: Rscript -e 'install.packages(c("googlesheets4", "lubridate"))'
- name: Install libsodium
run: 'sudo apt-get install -y libsodium-dev'
- name: Install remotes
run: |
Rscript -e "install.packages('remotes', repos='https://ftp.belnet.be/mirror/CRAN')"
Expand Down

0 comments on commit e11a027

Please sign in to comment.