mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-03 02:27:04 +00:00
Update industrialci.yml
This commit is contained in:
parent
fdfdfd346b
commit
9fc5d9cf29
1 changed files with 0 additions and 7 deletions
7
.github/workflows/industrialci.yml
vendored
7
.github/workflows/industrialci.yml
vendored
|
|
@ -24,9 +24,6 @@ jobs:
|
|||
env:
|
||||
- { ROS_DISTRO: melodic, ROS_REPO: main }
|
||||
# - { ROS_DISTRO: noetic, ROS_REPO: main }
|
||||
env:
|
||||
CCACHE_DIR: /github/home/.ccache
|
||||
ISOLATION: shell
|
||||
|
||||
|
||||
steps:
|
||||
|
|
@ -36,9 +33,5 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: ros_ws/src
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: ${{ env.CCACHE_DIR }}
|
||||
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
|
||||
- uses: "ros-industrial/industrial_ci@master"
|
||||
env: ${{ matrix.env }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue