Skip to content

Commit

Permalink
still testing adding cppflags += -w
Browse files Browse the repository at this point in the history
  • Loading branch information
phauchamps committed Jan 9, 2024
1 parent 25266d9 commit cc65e66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ jobs:
run: |
withr::with_makevars(
c(CFLAGS = "-w",
CXXFLAGS = "-w"),
CXXFLAGS = "-w",
CPPFLAGS = "-w"),
BiocManager::install("rlang"),
assignment = "+=")
shell: Rscript {0}
Expand All @@ -181,7 +182,8 @@ jobs:
run: |
withr::with_makevars(
c(CFLAGS = "-w",
CXXFLAGS = "-w"),
CXXFLAGS = "-w",
CPPFLAGS = "-w"),
BiocManager::install("cytolib"),
assignment = "+=")
shell: Rscript {0}
Expand Down

0 comments on commit cc65e66

Please sign in to comment.