diff --git a/.circleci/config.yml b/.circleci/config.yml index e06e011f4e..349898f36e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -174,7 +174,8 @@ jobs: - restore_cache: keys: - repo-{{ .Environment.CIRCLE_SHA1 }} - - run: cd contracts/zero-ex && git submodule update --recursive --remote && forge remappings + - run: foundryup + - run: cd contracts/zero-ex && git submodule update --init --remote && forge remappings - run: cd contracts/zero-ex && forge test test-publish: resource_class: large