From ee08a7b73b825dbcb19bc6c89ff2394f4fa47fce Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R." Date: Mon, 6 Jan 2025 16:25:08 -0700 Subject: [PATCH] Updated matrix vars --- .github/workflows/dist.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 70281240..c2aa89c0 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -293,10 +293,10 @@ jobs: run: tar xvzf phreeqc-${{ env.VER_STRING }}.tar.gz - name: Configure with CMake - run: cmake -L -G Ninja -B build -S phreeqc-${{ env.VER_STRING }} -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} + run: cmake -L -G Ninja -B build -S phreeqc-${{ env.VER_STRING }} -DCMAKE_BUILD_TYPE=${{ matrix.BUILD_TYPE }} - name: Build with CMake - run: cmake --build ${{ github.workspace }}/build --config ${{ env.BUILD_TYPE }} + run: cmake --build ${{ github.workspace }}/build --config ${{ matrix.BUILD_TYPE }} # - name: Test with CMake # working-directory: ${{ github.workspace }}/build