Skip to content

Commit 9e77ab1

Browse files
committed
Fix CI config typo
1 parent eb27e56 commit 9e77ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/industrial_ci_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- {ROS_DISTRO: melodic, PRERELEASE: true}
1818
- {ROS_DISTRO: noetic}
1919
- {ROS_DISTRO: noetic, PRERELEASE: true}
20-
- {ROS_DISTRO: noetic, OS_NAME:debian, OS_CODE_NAME:buster}
20+
- {ROS_DISTRO: noetic, OS_NAME: debian, OS_CODE_NAME: buster}
2121
env:
2222
CCACHE_DIR: /github/home/.ccache # Enable ccache
2323
PARALLEL_BUILDS: 4

0 commit comments

Comments
 (0)