Browse Source

Refresh apt index before installing packages

Clint Byrum 7 years ago
parent
commit
639470ba96
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .bonnyci/run.sh

+ 1 - 0
.bonnyci/run.sh

@@ -1,5 +1,6 @@
 #!/bin/bash
 set -eux
+sudo apt-get update
 sudo apt-get install -y \
     automake \
     build-essential \