Skip to content

Commit

Permalink
remove submodule recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
NanezX committed Oct 14, 2023
1 parent 9687287 commit ed9ccb0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/subgraph-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install stable
- uses: actions/checkout@v3
# with:
# submodules: recursive

- name: Install rustup stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit ed9ccb0

Please sign in to comment.