Improve Codespaces behaviour

- ensure that homebrew/core is always tapped
- make RuboCop stop complaining about permissions
This commit is contained in:
Mike McQuaid
2023-01-25 16:05:02 +00:00
committed by GitHub
parent b4510401bd
commit d984ce06f2
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -21,6 +21,9 @@ brew install shellcheck shfmt gh gnu-tar
# cleanup any mess
brew cleanup
# actually tap homebrew/core, no longer done by default
brew tap homebrew/core
# install some useful development things
sudo apt-get update