Skip to content

Commit a28b265

Browse files
authored
Merge pull request #282 from jhlegarreta/UpgradeRustup
ENH: Upgrade `rustup` in macOS Python module build script
2 parents 4c56008 + 3bcea71 commit a28b265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/macpython-download-cache-and-build-module-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# Install dependencies
4141
brew update
4242
brew install --quiet zstd aria2 gnu-tar doxygen ninja
43-
brew upgrade --quiet cmake
43+
brew upgrade --quiet cmake rustup
4444

4545
if [[ $(arch) == "arm64" ]]; then
4646
tarball_arch="-arm64"

0 commit comments

Comments
 (0)