We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8131313 commit 9076213Copy full SHA for 9076213
.devcontainer/on-create-command.sh
@@ -3,6 +3,7 @@ set -e
3
4
# fix permissions so Homebrew and Bundler don't complain
5
sudo chmod -R g-w,o-w /home/linuxbrew
6
+sudo chmod +t -R /home/linuxbrew/
7
8
# everything below is too slow to do unless prebuilding so skip it
9
CODESPACES_ACTION_NAME="$(jq --raw-output '.ACTION_NAME' /workspaces/.codespaces/shared/environment-variables.json)"
0 commit comments