Skip to content

Commit

Permalink
[ci] Replace CXX17FLAGS with CXX20FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Nov 27, 2024
1 parent cd1e487 commit 5f1780b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
# uses: lukka/get-cmake@latest

#- name: MkVars
# run: mkdir ~/.R && echo "CXX17FLAGS=-Wno-deprecated-declarations -Wno-deprecated" > ~/.R/Makevars
# run: mkdir ~/.R && echo "CXX20FLAGS=-Wno-deprecated-declarations -Wno-deprecated" > ~/.R/Makevars

#- name: Build and install libtiledbsoma
# run: sudo scripts/bld --prefix=/usr/local
Expand Down

0 comments on commit 5f1780b

Please sign in to comment.