From c6323e9865c307e1a768a8360464cf7ab4587c83 Mon Sep 17 00:00:00 2001 From: "Rutherford, Cameron" Date: Thu, 20 Jun 2024 16:14:02 -0400 Subject: [PATCH] Add ~/+lusol builds. --- .github/workflows/spack_cpu_build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spack_cpu_build.yaml b/.github/workflows/spack_cpu_build.yaml index 43252218d..3b2e5b9fd 100644 --- a/.github/workflows/spack_cpu_build.yaml +++ b/.github/workflows/spack_cpu_build.yaml @@ -81,8 +81,9 @@ jobs: matrix: # Minimal Build(s) - GHCR mirror speeds these up a lot! spack_spec: - - resolve@develop+klu - - resolve@develop~klu + - resolve@develop~klu~lusol + - resolve@develop+klu~lusol + - resolve@develop+klu+lusol name: Build ReSolve with Spack steps: