Skip to content

Commit

Permalink
fix: Add git submodule cli in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thorseldon committed Apr 26, 2023
1 parent f688766 commit 75bbe34
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
persist-credentials: false
submodules: recursive
- name: Checkout submodules
run: git submodule update --init --recursive --remote
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
persist-credentials: false
submodules: recursive
- name: Checkout submodules
run: git submodule update --init --recursive --remote
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ abis/
cache_forge
out

# Others
lib
# Others files

storage_layout
out.html
Expand Down
1 change: 1 addition & 0 deletions lib/forge-std
Submodule forge-std added at 9fec3a

0 comments on commit 75bbe34

Please sign in to comment.