From d3127bae4dd38679109b53d2bfb0aa92a159fb6f Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Mon, 4 Mar 2024 00:13:02 +0100 Subject: [PATCH] updated workflow --- .github/workflows/make.yml | 3 ++- Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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