File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131
3232 - name : Install fpm
3333 run : |
34- curl -L https://github.com/fortran-lang/fpm/releases/download/v0.11 .0/fpm-0.11 .0.F90 -o fpm.F90
34+ curl -L https://github.com/fortran-lang/fpm/releases/download/v0.12 .0/fpm-0.12 .0.F90 -o fpm.F90
3535 $FPM_FC -O0 fpm.F90 -o fpm
3636
3737 - name : Run tests (debug)
5656 - name : Install oneapi
5757 run : |
5858 sudo apt-get update
59- sudo apt-get install -y gpg gpg-agent wget git curl
59+ sudo apt-get install -y gpg gpg-agent wget git curl gfortran
6060 wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
6161 | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg
6262 echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] " \
7171
7272 - name : Install fpm
7373 run : |
74- curl -L https://github.com/fortran-lang/fpm/releases/download/v0.11 .0/fpm-0.11 .0.F90 -o fpm.F90
74+ curl -L https://github.com/fortran-lang/fpm/releases/download/v0.12 .0/fpm-0.12 .0.F90 -o fpm.F90
7575 source /opt/intel/oneapi/setvars.sh
76- $FPM_FC -O0 fpm.F90 -o fpm
76+ gfortran -g -O0 fpm.F90 -o fpm
7777
7878 - name : Run tests (debug)
7979 run : |
You can’t perform that action at this time.
0 commit comments