Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Litteri authored and Ivan Litteri committed Jan 24, 2024
1 parent 96de823 commit d6851a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
with:
repository: ['matter-labs/era-test-node']
path: ['submodules/era-test-node']
repository: 'matter-labs/era-test-node'
path: 'submodules/era-test-node'
token: ${{ secrets.GITHUB_AUTH_TOKEN }}

- name: "Build precompiles"
Expand Down

0 comments on commit d6851a1

Please sign in to comment.