Skip to content

Commit 92531e7

Browse files
committed
Change to bmi-example-fortran directory
1 parent ea11e9c commit 92531e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333

3434
- name: Build and install HeatModelF
3535
run: |
36-
working-directory: ${{ github.workspace }}/external/bmi-example-fortran
36+
pushd ./external/bmi-example-fortran
3737
cmake -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX
3838
cmake --build ${{ env.BUILD_DIR }} --target install --config Release
39+
popd
3940
4041
- name: Build and install package
4142
run: |

0 commit comments

Comments
 (0)