Skip to content

Commit

Permalink
Run ROS setup script in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Jul 20, 2023
1 parent c173eef commit 3670d9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
- name: Setup environment
run: |
source ./utils/scripts/setup-env.bash
- name: Set GitHub environment variables
run: printenv >> "$GITHUB_ENV"
- name: Run ROS setup script
run: |
source /opt/ros/*/setup.bash
printenv >> "$GITHUB_ENV"
shell: bash
- uses: lf-lang/action-check-lf-files@main
with:
Expand Down

0 comments on commit 3670d9c

Please # to comment.