Skip to content

Commit ea11564

Browse files
committed
Fix CI
1 parent 637a8ca commit ea11564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-bionic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
set -vex
44

5+
sudo apt-get update
56
if [[ "$OPENCV_VERSION" == "3.2.0" ]]; then
67
sudo apt-get -y install libopencv-dev=3.2.0*
78
else
@@ -103,7 +104,6 @@ else
103104
-D OPENCV_ENABLE_MEMALIGN=OFF
104105
"
105106

106-
sudo apt-get update
107107
# runtime deps
108108
sudo apt-get -y install \
109109
libatlas3-base \

0 commit comments

Comments
 (0)