Skip to content

Commit

Permalink
Updated matrix vars
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 committed Jan 6, 2025
1 parent 4dc4ea5 commit ee08a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee08a7b

Please # to comment.