diff --git a/.github/workflows/update-search.yml b/.github/workflows/update-search.yml index 9ca7593a14..ec0d492ac3 100644 --- a/.github/workflows/update-search.yml +++ b/.github/workflows/update-search.yml @@ -13,6 +13,8 @@ jobs: - run: git submodule update --init - working-directory: search run: | + cargo --version + rustc --version cargo run --release --bin search-cli -- --help - run: exit 1