Skip to content

Commit

Permalink
update fortran build flag in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro-elsweijer committed Sep 27, 2024
1 parent 7c56ce6 commit 91433fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_cmake_t8code_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: check fortran
run: echo "Checking fortran"
- name: echo cmake line
run: echo cmake ../ $CONFIG_OPTIONS -DT8CODE_ENABLE_FORTRAN=ON
run: echo cmake ../ $CONFIG_OPTIONS -DT8CODE_BUILD_FORTRAN_INTERFACE=ON
- name: cmake MPI fortran debug
run: mkdir build_fortran && cd build_fortran && cmake ../ $CONFIG_OPTIONS -DT8CODE_ENABLE_FORTRAN=ON
- name: OnFailUploadLog
Expand Down

0 comments on commit 91433fa

Please sign in to comment.