Revert "CI: add ccache to macOS"

This reverts commit f751974b41.
This commit is contained in:
Julian Oes
2026-02-12 13:03:35 +13:00
committed by Ramon Roche
parent 5f0e3f600f
commit e239c017d1

View File

@@ -66,12 +66,6 @@ else
fi
fi
# Install ccache (used by cmake/ccache.cmake to speed up builds)
if ! command -v ccache &> /dev/null; then
echo "[macos.sh] Installing ccache"
brew install ccache
fi
# Python dependencies
echo "[macos.sh] Installing Python3 dependencies"
# We need to have future to install pymavlink later.