Commit 45e6ca01 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #7441 from ethereum-optimism/inphi/rollop

makefile: Update submodules recursively
parents 6eb98a75 d56b035a
......@@ -23,7 +23,7 @@ submodules:
# CI will checkout submodules on its own (and fails on these commands)
if [ -z "$$GITHUB_ENV" ]; then \
git submodule init; \
git submodule update; \
git submodule update --recursive; \
fi
.PHONY: submodules
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment