From 8a3ef59caa68cb7c77e38757ff6e68459a88a6e7 Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Tue, 21 Jan 2025 07:55:55 -0800 Subject: [PATCH] debug: Anvil --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f6fee118..2a7eb1bc7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,6 +35,12 @@ commands: - run: name: Install mise dependencies command: mise install + - run: + name: Show executables + command: | + anvil --version + forge --version + cast --version install-go-modules: steps: