Skip to content

Commit 552ea4c

Browse files
committed
build: shell = bash.
1 parent f8c8d69 commit 552ea4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ runs:
55
steps:
66

77
- name: Install ROS Noetic
8+
shell: bash
89
run: |
910
sudo add-apt-repository universe
1011
sudo add-apt-repository restricted
@@ -21,16 +22,19 @@ runs:
2122
sudo apt install ros-noetic-ros-base python3-catkin-tools
2223
2324
- name: Build documentation package
25+
shell: bash
2426
run: |
2527
source /opt/ros/noetic/setup.bash
2628
catkin build documentation
2729
2830
- name: Use Node.js
31+
shell: bash
2932
uses: actions/setup-node@v3
3033
with:
3134
node-version: 20
3235

3336
- name: Build documentation
37+
shell: bash
3438
run: |
3539
source /opt/ros/noetic/setup.bash
3640
source devel/setup.bash

0 commit comments

Comments
 (0)