Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Jun 8, 2021
1 parent a63c828 commit be98d42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
image: quay.io/pypa/${{ matrix.container }}

steps:
- run: yum install -y zip python3-pip
- run: yum install -y zip python3-pip python3-devel
- run: git clone https://github.com/AWehrhahn/SMElib .
- name: Install F2C & Compile libf2c.a
if: matrix.compiler == 'f2c'
Expand Down Expand Up @@ -115,15 +115,15 @@ jobs:
include:
- name: ubuntu-gfortran
runs_on: ubuntu-latest
packages: gfortran
packages: gfortran python3-dev
outputs: lib share
- name: ubuntu-f2c
runs_on: ubuntu-latest
packages: f2c
outputs: lib share
outputs: lib share python3-dev
- name: windows-gfortran
runs_on: ubuntu-latest
packages: gfortran mingw-w64 mingw-w64-tools mingw-w64-common gfortran-mingw-w64 gfortran-mingw-w64-x86-64 gcc-mingw-w64 gcc-mingw-w64-x86-64 g++-mingw-w64 g++-mingw-w64-x86-64
packages: gfortran mingw-w64 mingw-w64-tools mingw-w64-common gfortran-mingw-w64 gfortran-mingw-w64-x86-64 gcc-mingw-w64 gcc-mingw-w64-x86-64 g++-mingw-w64 g++-mingw-w64-x86-64 python3-dev
cxx: x86_64-w64-mingw32-gcc
f77: x86_64-w64-mingw32-gfortran
config_flags: --build=x86_64-pc-linux-gnu --host=x86_64-w64-mingw32
Expand Down

0 comments on commit be98d42

Please sign in to comment.