We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d658e72 commit 4a972b1Copy full SHA for 4a972b1
.github/workflows/test.yml
@@ -113,8 +113,10 @@ jobs:
113
114
- name: Configure, build, and install HeatModelF
115
run: |
116
- cmake ./external/bmi-example-fortran -B ${{ env.BUILD_DIR }} -LA -G Ninja -DCMAKE_INSTALL_PREFIX=${{ env.LIBRARY_PREFIX }} -DCMAKE_BUILD_TYPE=Release
+ pushd ./external/bmi-example-fortran
117
+ cmake -B ${{ env.BUILD_DIR }} -LA -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}"" -DCMAKE_BUILD_TYPE=Release
118
cmake --build ${{ env.BUILD_DIR }} --target install --config Release
119
+ popd
120
121
- name: Build and install package
122
0 commit comments