We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c127c4 commit d0a2de5Copy full SHA for d0a2de5
mytonctrl/scripts/upgrade.sh
@@ -66,7 +66,7 @@ ls -A1 | xargs rm -rf
66
# Update code
67
echo "https://github.com/${author}/${repo}.git -> ${branch}"
68
git clone --recursive https://github.com/${author}/${repo}.git .
69
-cd ${repo} && git checkout ${branch}
+git checkout ${branch}
70
export CC=/usr/bin/clang
71
export CXX=/usr/bin/clang++
72
export CCACHE_DISABLE=1
0 commit comments