Skip to content

Commit

Permalink
exe
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Mar 15, 2024
1 parent ade0875 commit 4ee8e4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-dmg-arm.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release MacOS ARM64
on:
push
# workflow_run:
# workflows: ['Release']
# types:
# - completed
# push
workflow_run:
workflows: ['Release']
types:
- completed

jobs:
macos:
Expand Down
2 changes: 1 addition & 1 deletion etc/config/m4/WindowsPackage.m4
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ IFMPI Source: "examples\hpddm\*.edp"; DestDir: "{app}\examples\hpddm"

;PETSc
;IFPETSC Source: "FFPETSC\*"; DestDir: "{app}\ff-petsc"; Flags: recursesubdirs
IFPETSC Source: "\mingw64\ff-petsc\*"; DestDir: "{app}\ff-petsc"; Flags: recursesubdirs
IFPETSC Source: "D:\msys64\mingw64\ff-petsc\*"; DestDir: "{app}\ff-petsc"; Flags: recursesubdirs

; Documentation files may need to be copied from another machine if
; Cygwin refuses to build them.
Expand Down

0 comments on commit 4ee8e4d

Please sign in to comment.