From ee621680c758e0156f81a3748eb11c580202cb6e Mon Sep 17 00:00:00 2001 From: Oleksandr Anyshchenko Date: Tue, 1 Oct 2024 09:41:37 +0100 Subject: [PATCH] ci: install cargo make if not exist (#963) --- .github/workflows/scheduled_lints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scheduled_lints.yml b/.github/workflows/scheduled_lints.yml index 09a79994a..22b6e2bc4 100644 --- a/.github/workflows/scheduled_lints.yml +++ b/.github/workflows/scheduled_lints.yml @@ -1,7 +1,7 @@ --- on: schedule: - - cron: '30 8 * * 1-5' + - cron: '0 9 * * 1-5' name: Scheduled checks jobs: tests: @@ -36,7 +36,7 @@ jobs: etc/eth-contracts etc/tests/uniswap - name: Install cargo-make - run: cargo +stable install cargo-make + run: cargo +stable make -V || cargo +stable install cargo-make - name: Build actual neard-sandbox run: scripts/build-neard-sandbox.sh ${{ matrix.profile }} - name: Test ${{ matrix.profile }}