We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffbd54 commit 5ee6422Copy full SHA for 5ee6422
.github/workflows/deploy_pres-fr.yml
@@ -38,9 +38,6 @@ jobs:
38
working-directory: pres-fr
39
40
steps:
41
- - name: Install libmpfr
42
- run: sudo apt-get install libmpfr-dev
43
-
44
- name: 🛎️ Checkout repository
45
uses: actions/checkout@v3
46
@@ -67,6 +64,9 @@ jobs:
67
64
print(paste0("The following package was installed:", new.packages))} else
68
65
if(length(new.packages) == 0) {
69
66
print("All packages have been previously installed and fetched from cache.")}'
+
+ - name: Install libmpfr
+ run: sudo apt-get install libmpfr-dev
70
71
- name: 🧶 Render presentation
72
run: Rscript -e 'rmarkdown::render("workshop09-pres-fr.Rmd")'
0 commit comments