Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kroist committed Feb 13, 2024
1 parent 35bbd8a commit 6723bb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ jobs:
- name: Install WASM target
run: rustup target add wasm32-unknown-unknown

- name: Install cargo-contract
run: cargo install cargo-contract --version 4.0.0-rc.1

- name: Run checks for `shielder/contract`
run: cd shielder/ && make check-shielder

Expand Down

0 comments on commit 6723bb4

Please sign in to comment.