diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 7c1524f..d942875 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -26,7 +26,8 @@ jobs: - name: Build run: | - git submodule update --init + git submodule init + git submodule update make - name: Archive Artifact diff --git a/Makefile b/Makefile index 016e6d7..32bfaa3 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ setup: mkdir -p bin mkdir -p deps -deps: deps/petsc deps/psblas +deps: deps/petsc deps/%: cd $@ && ./configure