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