mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Don't let brew auto-update everything, just install rgbds
This commit is contained in:
parent
21ff769517
commit
5d74bf5126
|
@ -10,7 +10,7 @@ install:
|
|||
sudo make -C rgbds install;
|
||||
rm -rf rgbds;
|
||||
else
|
||||
brew install rgbds;
|
||||
HOMEBREW_NO_AUTO_UPDATE=1 brew install rgbds;
|
||||
fi
|
||||
)
|
||||
before_script:
|
||||
|
|
Loading…
Reference in a new issue