From 1d320e25196d89c4e84111b5bcefed0cb409f2cf Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 6 Jan 2021 17:06:45 +0100 Subject: [PATCH] add symbolizer to auth tests --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b016530852..508efc98c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,6 +75,7 @@ commands: steps: - get-workspace - install-auth-deps + - install-clang-8 # for the symbolizer - run: name: Install test dependencies command: | -- 2.47.3