File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ jobs:
111111 if [[ "${MATLAB_VERSION_NUMBER}" != "latest" && "${MATLAB_VERSION_NUMBER}" -le 2021 ]]; then
112112 GFVER=9
113113 fi
114+ echo "GFVER=$GFVER"
114115 echo "GFVER=$GFVER" >> $GITHUB_ENV
115116 - name : Set up gfortran on Linux
116117 if : startsWith(matrix.os, 'ubuntu')
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ jobs:
123123 if [[ "${MATLAB_VERSION_NUMBER}" != "latest" && "${MATLAB_VERSION_NUMBER}" -le 2021 ]]; then
124124 GFVER=9
125125 fi
126+ echo "GFVER=$GFVER"
126127 echo "GFVER=$GFVER" >> $GITHUB_ENV
127128 - name : Set up gfortran on Linux
128129 if : startsWith(matrix.os, 'ubuntu')
Original file line number Diff line number Diff line change 8989 if [[ "${MATLAB_VERSION_NUMBER}" != "latest" && "${MATLAB_VERSION_NUMBER}" -le 2021 ]]; then
9090 GFVER=9
9191 fi
92+ echo "GFVER=$GFVER"
9293 echo "GFVER=$GFVER" >> $GITHUB_ENV
9394 - name : Set up gfortran on Linux
9495 if : startsWith(matrix.os, 'ubuntu')
You can’t perform that action at this time.
0 commit comments