Skip to content

Commit 5ee6422

Browse files
committedJan 30, 2024·
Debugging
fix failing jobs
1 parent 6ffbd54 commit 5ee6422

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/deploy_pres-fr.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
working-directory: pres-fr
3939

4040
steps:
41-
- name: Install libmpfr
42-
run: sudo apt-get install libmpfr-dev
43-
4441
- name: 🛎️ Checkout repository
4542
uses: actions/checkout@v3
4643

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.