Skip to content

Commit 4e60cd2

Browse files
committed
fix CI
1 parent 9295243 commit 4e60cd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
-Denable-python-bindings=OFF \
3939
-Denable-portable-build=ON \
4040
-Denable-julia-bindings=OFF \
41-
-DTFEL_DIR=`spack location -i tfel`/share/tfel/cmake
41+
-DTFEL_DIR=`spack location -i tfel`/share/tfel/cmake \
42+
-Denable-parallel-stl-algorithm=OFF
4243
- name: make
4344
shell: spack-sh {0}
4445
run: |

0 commit comments

Comments
 (0)