Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Jun 20, 2024
1 parent 2ea8a2c commit 0584aec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dmg-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
--prefix="$PREFIX" \
"CXXFLAGS=-Wno-undefined-var-template" \
"FLIBS=-L"$PREFIX/gnu" -lgfortran -lquadmath"
./3rdparty/getall -a
./3rdparty/getall -a -o PETSc
- name: PETSc
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dmg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
--prefix="$PREFIX" \
"CXXFLAGS=-Wno-undefined-var-template" \
"FLIBS=-L"$PREFIX/gnu" -lgfortran -lquadmath"
./3rdparty/getall -a
./3rdparty/getall -a -o PETSc
- name: PETSc
run: |
Expand Down
Binary file modified AutoGeneratedFile.tar.gz
Binary file not shown.

0 comments on commit 0584aec

Please sign in to comment.