From 897a2bacf07b5f417d17718c8fd24167b11bbc41 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Thu, 14 Oct 2021 21:37:10 +0200 Subject: [PATCH] circle-ci fix --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dd68fd9..721ce9d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ jobs: - save_cache: key: go-mod-latest-v4-{{ checksum "go.sum" }} paths: - - "/go/pkg/mod" + - "~/go/pkg/mod" - run: name: Build AMD64 command: | @@ -24,6 +24,7 @@ jobs: - run: name: Install Cross-Platform Dependencies command: | + sudo apt-get update sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install gcc-arm-linux-gnueabi libc6-dev-armel-cross gcc-arm-linux-gnueabihf libc6-dev-armhf-cross gcc-aarch64-linux-gnu libc6-dev-arm64-cross sudo ln -s /usr/include/asm-generic /usr/include/asm - run: @@ -57,7 +58,7 @@ jobs: - save_cache: key: go-mod-116-v4-{{ checksum "go.sum" }} paths: - - "/go/pkg/mod" + - "~/go/pkg/mod" - run: name: Build AMD64 command: |