Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
fix CI : suppression option mac pour l'installation des dépendances en echec
  • Loading branch information
jengelaere authored Nov 17, 2023
1 parent db72d80 commit 01d4b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install dependencies
run: remotes::install_deps(dependencies = TRUE, type = "mac.binary")
run: remotes::install_deps(dependencies = TRUE")
shell: Rscript {0}

- name: Install gouvdown fonts to mac os
Expand Down

0 comments on commit 01d4b1a

Please sign in to comment.