Skip to content

Commit

Permalink
Update test-fortran-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa authored Jul 1, 2024
1 parent 86332df commit 627dcca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-fortran-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- name: Configure CMake
shell: bash
working-directory: ${{runner.workspace}}/build
run: cmake $GITHUB_WORKSPACE -DFORTRAN=ON
run: |
cmake --version
cmake $GITHUB_WORKSPACE -DFORTRAN=ON
- name: Build
shell: bash
Expand Down

0 comments on commit 627dcca

Please sign in to comment.