Skip to content

Commit

Permalink
Syntax?
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Feb 24, 2025
1 parent dba1823 commit 7198a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
#
include:
- build_type: Debug
fflags: "-std=f2008 -fbounds-check -fmodule-private -fimplicit-none -finit-real=nan"
fflags: -std=f2008 -fbounds-check -fmodule-private -fimplicit-none -finit-real=nan

env:
CMAKE_BUILD_PARALLEL_LEVEL: 8
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
cmake -S . -B build -G "Ninja" \
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \
-DCMAKE_Fortran_FLAGS=${{ matrix.fflags}} \
-DCMAKE_Fortran_FLAGS="${{ matrix.fflags }}" \
-DRTE_ENABLE_SP="$(test '${{ matrix.fpmodel }}' = SP && echo ON || echo OFF)" \
-DKERNEL_MODE=${{ matrix.rte-kernels }} \
-DBUILD_TESTING=ON
Expand Down

0 comments on commit 7198a79

Please sign in to comment.