Skip to content

Commit

Permalink
find ff-petsc
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Mar 21, 2024
1 parent b816c59 commit 2e6795e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
run: make check

- name: check ff-petsc
shell: cmd
shell: pwsh
run: |
cd C:\
dir ff-petsc /AD /s
Get-Childitem -Path C:\ -Include *ff-petsc* -File -Recurse -ErrorAction SilentlyContinue
Get-Childitem -Path D:\ -Include *ff-petsc* -File -Recurse -ErrorAction SilentlyContinue
- name: Create EXE
id: exe
Expand Down

0 comments on commit 2e6795e

Please sign in to comment.