updated workflow

old-with-submodules
Antonio De Lucreziis 2 years ago
parent d3127bae4d
commit ceb40a6236

@ -26,6 +26,8 @@ jobs:
- name: Build
run: |
pwd
ls deps/petsc
git submodule init
git submodule update
make

@ -31,7 +31,7 @@ deps: deps/petsc
deps/%:
cd $@ && ./configure
cd $@ && make
cd $@ && make
print:
@echo ====== PETSc ======

Loading…
Cancel
Save