Skip to content

Commit

Permalink
circle-ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
h44z committed Oct 14, 2021
1 parent 759cf3a commit 897a2ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 897a2ba

Please sign in to comment.