Skip to content

Commit

Permalink
Also show advanced variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Dec 13, 2024
1 parent 292da7b commit aedff99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fortran-compiler
- name: Configure project
run: cmake -L -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_BUILD_TYPE=Release
run: cmake -LA -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_BUILD_TYPE=Release

- name: Build and install
run: cmake --build ${{ env.BUILD_DIR }} --target install --config Release
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Configure, build, and install project
run: |
cmake -L -B ${{ env.BUILD_DIR }} -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
cmake -LA -B ${{ env.BUILD_DIR }} -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
cmake --build ${{ env.BUILD_DIR }} --target install --config Release
- name: Test
Expand Down

0 comments on commit aedff99

Please sign in to comment.