Skip to content

Commit

Permalink
Update zenodo-datos.yaml
Browse files Browse the repository at this point in the history
Instalo librdf0-dev en ubuntu para que funcione el paquete redland
  • Loading branch information
JFormoso authored Nov 7, 2024
1 parent e11a027 commit 99c452e
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 @@ -23,6 +23,8 @@ jobs:
run: Rscript -e 'install.packages(c("googlesheets4", "lubridate"))'
- name: Install libsodium
run: 'sudo apt-get install -y libsodium-dev'
- name: Install librdf0-dev
run: 'sudo apt-get install -y librdf0-dev'
- name: Install remotes
run: |
Rscript -e "install.packages('remotes', repos='https://ftp.belnet.be/mirror/CRAN')"
Expand Down

0 comments on commit 99c452e

Please sign in to comment.