Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aziis98 committed Mar 3, 2024
1 parent d3127ba commit ceb40a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Build
run: |
pwd
ls deps/petsc
git submodule init
git submodule update
make
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ deps: deps/petsc

deps/%:
cd $@ && ./configure
cd $@ && make
cd $@ && make

print:
@echo ====== PETSc ======
Expand Down

0 comments on commit ceb40a6

Please sign in to comment.