Skip to content

Commit

Permalink
try find ff-petsc
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Mar 19, 2024
1 parent 479b890 commit b816c59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,11 @@ jobs:
continue-on-error: true
run: make check

- name: check
- name: check ff-petsc
shell: cmd
run: dir ff-petsc /AD /s
run: |
cd C:\
dir ff-petsc /AD /s
- name: Create EXE
id: exe
Expand Down

0 comments on commit b816c59

Please sign in to comment.