Skip to content

Commit

Permalink
fixing for gitlfs
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketpr01 committed Jul 30, 2024
1 parent f1eeabd commit fec5b94
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: recursive

- name: Add gitlfs submodule
run: |
git submodule add https://github.com/RizeLabs/gitlfs.git gitlfs
- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@master

- name: Build Geth
run: sudo make build
Expand Down

0 comments on commit fec5b94

Please sign in to comment.