Update industrialci.yml

This commit is contained in:
Zachary 2021-07-12 18:28:26 +08:00 committed by GitHub
parent fdfdfd346b
commit 9fc5d9cf29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}