File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
3535 if : runner.os == 'Linux'
3636 run : |
3737 sudo apt-get update
38- sudo apt-get install -y swig autoconf automake libtool
38+ sudo apt-get install -y swig autoconf automake libtool gfortran
3939
4040 - name : Install build dependencies (macOS)
4141 if : runner.os == 'macOS'
4242 run : |
43- brew install swig autoconf automake libtool
43+ brew install swig autoconf automake libtool gfortran
4444
4545 - name : Configure necpp_src
4646 shell : bash
8484 - name : Install build dependencies
8585 run : |
8686 sudo apt-get update
87- sudo apt-get install -y swig autoconf automake libtool
87+ sudo apt-get install -y swig autoconf automake libtool gfortran
8888
8989 - name : Configure necpp_src
9090 run : |
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
3535 if : runner.os == 'Linux'
3636 run : |
3737 sudo apt-get update
38- sudo apt-get install -y swig autoconf automake libtool
38+ sudo apt-get install -y swig autoconf automake libtool gfortran
3939
4040 - name : Install build dependencies (macOS)
4141 if : runner.os == 'macOS'
4242 run : |
43- brew install swig autoconf automake libtool
43+ brew install swig autoconf automake libtool gfortran
4444
4545 - name : Configure necpp_src
4646 shell : bash
8484 - name : Install build dependencies
8585 run : |
8686 sudo apt-get update
87- sudo apt-get install -y swig autoconf automake libtool
87+ sudo apt-get install -y swig autoconf automake libtool gfortran
8888
8989 - name : Configure necpp_src
9090 run : |
You can’t perform that action at this time.
0 commit comments