Skip to content

Commit

Permalink
Summarize setting "AFTER_SETUP_TARGET_WORKSPACE"
Browse files Browse the repository at this point in the history
  • Loading branch information
KuraZuzu committed Oct 31, 2024
1 parent 3b8eabd commit 4ad402f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
strategy:
matrix:
env:
- { ROS_DISTRO: rolling, ROS_REPO: main, AFTER_SETUP_TARGET_WORKSPACE: 'apt update && apt install -y git' }
- { ROS_DISTRO: jazzy, ROS_REPO: main, AFTER_SETUP_TARGET_WORKSPACE: 'apt update && apt install -y git' }
- { ROS_DISTRO: rolling, ROS_REPO: main}
- { ROS_DISTRO: jazzy, ROS_REPO: main}
env:
AFTER_SETUP_TARGET_WORKSPACE: 'apt update && apt install -y git'

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4ad402f

Please sign in to comment.