Skip to content

Commit f5b3562

Browse files
committed
trying to make apt-get happy
1 parent 725ee01 commit f5b3562

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ function run_tests {
4141
source ../travis/test-wheels.sh
4242
else
4343
echo "Running for linux"
44-
apt-get -y install libglib2.0-0
44+
apt-get update
45+
apt-get -y install --fix-missing libglib2.0-0
4546
cd /io/tests/
4647
source /io/travis/test-wheels.sh
4748
fi

0 commit comments

Comments
 (0)