We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ca4ee commit b051d85Copy full SHA for b051d85
.github/workflows/build.yml
@@ -157,7 +157,7 @@ jobs:
157
sudo apt update
158
#sudo apt list -a 'gfortran-*'
159
sudo apt install -y build-essential
160
- if [[ ${COMPILER_VERSION} < 15 ]] ; then \
+ if (( ${COMPILER_VERSION} < 15 )) ; then \
161
sudo apt install -y gfortran-${COMPILER_VERSION} ; \
162
else \
163
curl -L https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh -o install-homebrew.sh ; \
0 commit comments