Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
fix failing jobs
  • Loading branch information
antocg committed Jan 30, 2024
1 parent 6ffbd54 commit 5ee6422
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_pres-fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
working-directory: pres-fr

steps:
- name: Install libmpfr
run: sudo apt-get install libmpfr-dev

- name: 🛎️ Checkout repository
uses: actions/checkout@v3

Expand All @@ -67,6 +64,9 @@ jobs:
print(paste0("The following package was installed:", new.packages))} else
if(length(new.packages) == 0) {
print("All packages have been previously installed and fetched from cache.")}'
- name: Install libmpfr
run: sudo apt-get install libmpfr-dev

- name: 🧶 Render presentation
run: Rscript -e 'rmarkdown::render("workshop09-pres-fr.Rmd")'
Expand Down

0 comments on commit 5ee6422

Please sign in to comment.