Skip to content

Commit

Permalink
Adapt to latest upstream nixpkgs changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboes committed Jul 2, 2018
1 parent c3a0408 commit 896c2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: System dependencies
command: |
apk update --no-progress && apk --no-progress add bash ca-certificates
nix-channel --update && nix-env -iA nixpkgs.bazel
nix-channel --update && nix-env -iA nixpkgs.bazel nixpkgs.gcc
- run:
name: Run tests
command: bazel test //...

0 comments on commit 896c2d9

Please sign in to comment.