Skip to content

Commit

Permalink
Fix actions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas committed Nov 2, 2020
1 parent 564eb04 commit c72f22b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
repository: "rust-blockchain/evm-tests"
submodules: true
with:
repository: "rust-blockchain/evm-tests"
submodules: true
- name: Submodules
run: |
cd evm
Expand Down

0 comments on commit c72f22b

Please sign in to comment.