Skip to content

Commit

Permalink
Change to bmi-example-fortran directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Dec 17, 2024
1 parent ea11e9c commit 92531e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:

- name: Build and install HeatModelF
run: |
working-directory: ${{ github.workspace }}/external/bmi-example-fortran
pushd ./external/bmi-example-fortran
cmake -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX
cmake --build ${{ env.BUILD_DIR }} --target install --config Release
popd
- name: Build and install package
run: |
Expand Down

0 comments on commit 92531e7

Please sign in to comment.