Skip to content

Commit

Permalink
240609.192100.HKT [skip ci] revise verify_big regarding gfortran setup
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Jun 9, 2024
1 parent de223c9 commit 6958f38
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/verify_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,23 @@ jobs:
repository: matcutest/matcutest_compiled
path: matcutest

- name: Link gfortran for MATLAB on Linux
- name: Set up gfortran on Linux

if: startsWith(matrix.os, 'ubuntu')

uses: fortran-lang/setup-fortran@main

with:

compiler: gcc

version: ${{ env.GFORTRAN_VERSION }}

- name: Check gfortran version on Linux

if: startsWith(matrix.os, 'ubuntu')
run: bash .github/scripts/link_gfortran ${{ env.GFORTRAN_VERSION }}

run: which gfortran && gfortran --version

- name: Check MATLAB
id: check_matlab
Expand Down

0 comments on commit 6958f38

Please sign in to comment.