Skip to content

Commit aedff99

Browse files
committed
Also show advanced variables
1 parent 292da7b commit aedff99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fortran-compiler
4040
4141
- name: Configure project
42-
run: cmake -L -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_BUILD_TYPE=Release
42+
run: cmake -LA -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_BUILD_TYPE=Release
4343

4444
- name: Build and install
4545
run: cmake --build ${{ env.BUILD_DIR }} --target install --config Release
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Configure, build, and install project
8282
run: |
83-
cmake -L -B ${{ env.BUILD_DIR }} -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
83+
cmake -LA -B ${{ env.BUILD_DIR }} -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
8484
cmake --build ${{ env.BUILD_DIR }} --target install --config Release
8585
8686
- name: Test

0 commit comments

Comments
 (0)