"wrappers/python/vscode:/vscode.git/clone" did not exist on "3bff14a2f85202b4060f197519f09a458d67c51c"
Unverified Commit bc065e03 authored by John Jones's avatar John Jones
Browse files

fix typo

parent 72868479
...@@ -46,7 +46,7 @@ function activate_ccache { ...@@ -46,7 +46,7 @@ function activate_ccache {
# Now install ccache # Now install ccache
local ccache_dir local ccache_dir
if [ -n "$IS_ALPINE" ]; then if [ -n "$IS_ALPINE" ]; then
supress apk add ccache suppress apk add ccache
ccache_dir='/usr/lib/ccache/bin' ccache_dir='/usr/lib/ccache/bin'
else else
if [[ $MB_ML_VER == "_2_24" ]]; then if [[ $MB_ML_VER == "_2_24" ]]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment