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 4a972b1 commit a37ddf3Copy full SHA for a37ddf3
.github/workflows/test.yml
@@ -114,7 +114,7 @@ jobs:
114
- name: Configure, build, and install HeatModelF
115
run: |
116
pushd ./external/bmi-example-fortran
117
- cmake -B ${{ env.BUILD_DIR }} -LA -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}"" -DCMAKE_BUILD_TYPE=Release
+ 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
0 commit comments