We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f41fd commit b4f761aCopy full SHA for b4f761a
1 file changed
pkgs/hypre.yaml
@@ -117,7 +117,7 @@ build_stages:
117
handler: bash
118
bash: |
119
120
-- when: not without_check and platform == 'Linux'
+- when: not without_check and platform == 'linux'
121
name: check
122
after: rpath-fix
123
@@ -131,7 +131,7 @@ build_stages:
131
./test/struct
132
./test/sstruct -in test/sstruct.in.default -solver 40 -rhsone
133
134
-- when: not without_check and platform != 'Linux'
+- when: not without_check and platform != 'linux'
135
136
137
0 commit comments