Skip to content

Commit

Permalink
release files fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Dec 14, 2023
1 parent bcb8b1f commit c4fca89
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: PETSc
run: |
cd 3rdparty/ff-petsc
make petsc-slepc
make petsc-slepc SUDO=sudo
cd -
./reconfigure
Expand Down
48 changes: 26 additions & 22 deletions .github/workflows/release-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,44 @@ on: ['push']
# - completed

jobs:
debian:
windows:
name: EXE release
runs-on: windows-latest

defaults:
run:
shell: msys2 {0}

steps:
- name: Install MS-MPI
shell: cmd
run: |
curl -L -O https://github.com/microsoft/Microsoft-MPI/releases/download/v10.1.1/msmpisetup.exe
.\msmpisetup.exe -unattend -force
- uses: msys2/setup-msys2@v2
with:
- uses: msys2/setup-msys2@v2
with:
update: true
install: >-
mingw-w64-x86_64-toolchain
make
m4
patch
git
flex
bison
unzip
mingw-w64-x86_64-openblas
mingw-w64-x86_64-hdf5
mingw-w64-x86_64-gsl
autoconf
automake-wrapper
pkg-config
pkgfile
tar
mingw-w64-x86_64-cmake
mingw-w64-x86_64-msmpi
python
mingw-w64-x86_64-toolchain
make
m4
patch
git
flex
bison
unzip
mingw-w64-x86_64-openblas
mingw-w64-x86_64-hdf5
mingw-w64-x86_64-gsl
autoconf
automake-wrapper
pkg-config
pkgfile
tar
mingw-w64-x86_64-cmake
mingw-w64-x86_64-msmpi
python
- name: Remove packages
run: pacman -R --noconfirm mingw-w64-x86_64-python mingw-w64-x86_64-gdb mingw-w64-x86_64-gdb-multiarch
Expand Down

0 comments on commit c4fca89

Please sign in to comment.