Skip to content

Commit

Permalink
commented out previous work-around attempt for pkgdown installation i…
Browse files Browse the repository at this point in the history
…n GHA, to solve observed adverse side effect.
  • Loading branch information
phauchamps committed Jan 9, 2024
1 parent 2ada18a commit 24495eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,11 @@ jobs:
##if: github.ref == 'refs/heads/master' && env.run_pkgdown == 'true' && runner.os == 'Linux'
if: env.run_pkgdown == 'true' && runner.os == 'Linux'
run: |
withr::with_makevars(
c(CFLAGS = "-w",
CXXFLAGS = "-w"),
remotes::install_github("r-lib/pkgdown"),
assignment = "+=")
#withr::with_makevars(
# c(CFLAGS = "-w",
# CXXFLAGS = "-w"),
# remotes::install_github("r-lib/pkgdown"),
# assignment = "+=")
shell: Rscript {0}

- name: Session info
Expand Down

0 comments on commit 24495eb

Please sign in to comment.