Skip to content

Commit 4a972b1

Browse files
committed
Try to best match working example
1 parent d658e72 commit 4a972b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,10 @@ jobs:
113113
114114
- name: Configure, build, and install HeatModelF
115115
run: |
116-
cmake ./external/bmi-example-fortran -B ${{ env.BUILD_DIR }} -LA -G Ninja -DCMAKE_INSTALL_PREFIX=${{ env.LIBRARY_PREFIX }} -DCMAKE_BUILD_TYPE=Release
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
117118
cmake --build ${{ env.BUILD_DIR }} --target install --config Release
119+
popd
118120
119121
- name: Build and install package
120122
run: |

0 commit comments

Comments
 (0)