Skip to content

Commit a37ddf3

Browse files
committed
Thanks, VS Code
1 parent 4a972b1 commit a37ddf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Configure, build, and install HeatModelF
115115
run: |
116116
pushd ./external/bmi-example-fortran
117-
cmake -B ${{ env.BUILD_DIR }} -LA -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}"" -DCMAKE_BUILD_TYPE=Release
117+
cmake -B ${{ env.BUILD_DIR }} -LA -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
118118
cmake --build ${{ env.BUILD_DIR }} --target install --config Release
119119
popd
120120

0 commit comments

Comments
 (0)