File tree Expand file tree Collapse file tree 1 file changed +28
-28
lines changed
Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change 3838 - name : Install fpm
3939 uses : fortran-lang/setup-fpm@v5
4040 with :
41- fpm-version : ' latest '
41+ fpm-version : ' v0.10.1 '
4242
4343 - name : Build LINALG
4444 run : |
@@ -50,34 +50,34 @@ jobs:
5050 gfortran --version
5151 fpm test
5252
53- msys2-build :
54- runs-on : windows-latest
55- defaults :
56- run :
57- shell : msys2 {0}
53+ # msys2-build:
54+ # runs-on: windows-latest
55+ # defaults:
56+ # run:
57+ # shell: msys2 {0}
5858
59- steps :
60- - uses : actions/checkout@v2
61- - uses : msys2/setup-msys2@v2
62- with :
63- msystem : MINGW64
64- update : true
65- path-type : inherit
66- install : |
67- mingw-w64-x86_64-gcc-fortran
68- mingw-w64-x86_64-fpm
69- mingw-w64-x86_64-openblas
70- mingw-w64-x86_64-lapack
71-
72- - name : fpm build
73- run : |
74- gfortran --version
75- fpm --version
76- fpm build
77-
78- - name : fpm test
79- run : |
80- fpm test
59+ # steps:
60+ # - uses: actions/checkout@v2
61+ # - uses: msys2/setup-msys2@v2
62+ # with:
63+ # msystem: MINGW64
64+ # update: true
65+ # path-type: inherit
66+ # install: |
67+ # mingw-w64-x86_64-gcc-fortran
68+ # mingw-w64-x86_64-fpm
69+ # mingw-w64-x86_64-openblas
70+ # mingw-w64-x86_64-lapack
71+
72+ # - name: fpm build
73+ # run: |
74+ # gfortran --version
75+ # fpm --version
76+ # fpm build
77+
78+ # - name: fpm test
79+ # run: |
80+ # fpm test
8181
8282 # intel-build:
8383 # runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments