From 3beb947ffbe8d3bd12e2c82901a4e37fc30cdfca Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Mon, 4 Mar 2024 00:45:12 +0100 Subject: [PATCH] updated workflow --- .github/workflows/make.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 629fb0f..5a18a10 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -28,8 +28,7 @@ jobs: run: | git submodule init git submodule update - cd deps/petsc && ./configure - cd deps/petsc && make + (cd deps/petsc && ./configure && make) make - name: Archive Artifact