Skip to content

Commit

Permalink
ci: install cargo make if not exist (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss authored Oct 1, 2024
1 parent 78a1149 commit ee62168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled_lints.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
on:
schedule:
- cron: '30 8 * * 1-5'
- cron: '0 9 * * 1-5'
name: Scheduled checks
jobs:
tests:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit ee62168

Please sign in to comment.