Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
1f1b65e4
Commit
1f1b65e4
authored
Apr 04, 2021
by
mattip
Browse files
always do 'apt update' so 'apt get' will succeed
parent
4d54226e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
configure_build.sh
configure_build.sh
+1
-0
No files found.
configure_build.sh
View file @
1f1b65e4
...
...
@@ -54,6 +54,7 @@ else
yum
install
-y
libtool
fi
elif
[[
$MB_ML_VER
==
"_2_24"
]]
;
then
apt update
if
[
"
${
MB_PYTHON_VERSION
:0:4
}
"
==
"pypy"
]
;
then
apt
install
-y
wget
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment