File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
fortran-compiler
40
40
41
41
- 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
43
43
44
44
- name : Build and install
45
45
run : cmake --build ${{ env.BUILD_DIR }} --target install --config Release
80
80
81
81
- name : Configure, build, and install project
82
82
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
84
84
cmake --build ${{ env.BUILD_DIR }} --target install --config Release
85
85
86
86
- name : Test
You can’t perform that action at this time.
0 commit comments