diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index eb81f8bf788..93b92cb3a8b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -51,6 +51,8 @@ jobs: uses: tesseract-robotics/colcon-action@main with: ccache-prefix: ${{ matrix.distro }} + ccache-enabled: false + rosdep-enabled: false vcs-file: dependencies.repos upstream-args: --cmake-args -G "Ninja" -DVCPKG_TARGET_TRIPLET=x64-windows-release -DCMAKE_BUILD_TYPE=Release target-path: target_ws/src