mirror of
https://github.com/pret/pokered.git
synced 2026-08-22 09:25:27 -05:00
Don't let brew auto-update everything, just install rgbds
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user