Skip to content

Commit

Permalink
Enable CMake Debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtran committed Feb 6, 2025
1 parent 7b9935b commit c964d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fortran-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
os: [ubuntu-latest, ubuntu-24.04-arm]
fc: [gfortran-14]
cc: [gcc-14]
build: [Release]
build: [Release, Debug]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit c964d62

Please sign in to comment.