diff --git a/.github/workflows/ros_ci.yml b/.github/workflows/ros_ci.yml index 5a8bee857839ba02847c99ada996c4eef7625c60..1765da443a88c3f53831c4cd5cbeba8b4cbe4e61 100644 --- a/.github/workflows/ros_ci.yml +++ b/.github/workflows/ros_ci.yml @@ -16,7 +16,7 @@ jobs: - {ROS_DISTRO: humble} - {ROS_DISTRO: rolling} env: - CCACHE_DIR: /github/home/.ccache # Enable ccache + #CCACHE_DIR: /github/home/.ccache # Enable ccache BUILDER: colcon PRERELEASE: true runs-on: ubuntu-latest @@ -25,10 +25,10 @@ jobs: with: submodules: recursive # This step will fetch/store the directory used by ccache before/after the ci run - - uses: actions/cache@v3 - with: - path: ${{ env.CCACHE_DIR }} - key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }} + #- uses: actions/cache@v3 + # with: + # path: ${{ env.CCACHE_DIR }} + # key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }} # Run industrial_ci - uses: 'ros-industrial/industrial_ci@9f963f67ebb889792175776c5ee00134d7bb569b' env: ${{ matrix.env }}