Skip to content

Commit dd4bad2

Browse files
committed
try fixing ci pipeline
1 parent f3edcfb commit dd4bad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: ros-industrial/industrial_ci@master
2929
env:
3030
ROS_DISTRO: ${{ matrix.env.ROS_DISTRO }}
31-
CXXFLAGS: -Wall -Wextra -Wpedantic
31+
CXXFLAGS: -Wall -Wextra -Wpedantic -std=c++23
3232
CLANG_TIDY: true
3333
UPSTREAM_WORKSPACE: ros2.repos
3434
AFTER_SETUP_UPSTREAM_WORKSPACE: vcs pull $BASEDIR/upstream_ws/src

0 commit comments

Comments
 (0)