Browse Source

Add coreutils to CI

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX 5 years ago
parent
commit
86af6fd63d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis/install.sh

+ 1
- 1
.travis/install.sh View File

@@ -3,7 +3,7 @@
set -e

# common
sudo apt-get install -y build-essential curl cmake jq
sudo apt-get install -y build-essential coreutils curl cmake jq

# for cross-compilation
if [ "${TARGET}" = "macos-old" ]; then


Loading…
Cancel
Save