Skip to content

Commit

Permalink
Revert "Try workaround for library path"
Browse files Browse the repository at this point in the history
This reverts commit a1988b8.
  • Loading branch information
erikgrinaker committed Mar 9, 2020
1 parent a1988b8 commit 9e8a3bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ jobs:
- go-mod-v1-{{ checksum "go.sum" }}
- run:
name: test
environment:
LD_LIBRARY_PATH: /usr/local/lib
command: |
sudo ldconfig && make test-all
make test-all
- save_cache:
key: go-mod-v1-{{ checksum "go.sum" }}
paths:
Expand Down

0 comments on commit 9e8a3bd

Please sign in to comment.