Skip to content

Commit

Permalink
update clang format action version to avoid distutils issue (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
baperry2 authored Sep 4, 2024
1 parent d084b8c commit ae0737d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- name: Clone
uses: actions/checkout@v4
- name: Check formatting
uses: DoozyX/clang-format-lint-action@v0.16.2
uses: DoozyX/clang-format-lint-action@v0.18.2
with:
source: './Source ./Exec'
exclude: '.'
extensions: 'H,h,cpp'
clangFormatVersion: 16
clangFormatVersion: 18
CPU-GNUmake:
needs: Formatting
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions Source/LES.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ PeleC::getSmagorinskyLESTerm(
reflux_factor, LESTerm, dt, mfi, typ,
{AMREX_D_DECL(&flux_ec[0], &flux_ec[1], &flux_ec[2])});
} // End of MFIter scope
} // End of OMP scope
} // End of OMP scope
#endif
}

Expand Down Expand Up @@ -711,7 +711,7 @@ PeleC::getWALELESTerm(
reflux_factor, LESTerm, dt, mfi, typ,
{AMREX_D_DECL(&flux_ec[0], &flux_ec[1], &flux_ec[2])});
} // End of MFIter scope
} // End of OMP scope
} // End of OMP scope
#endif
}

Expand Down Expand Up @@ -817,6 +817,6 @@ PeleC::getVremanLESTerm(
reflux_factor, LESTerm, dt, mfi, typ,
{AMREX_D_DECL(&flux_ec[0], &flux_ec[1], &flux_ec[2])});
} // End of MFIter scope
} // End of OMP scope
} // End of OMP scope
#endif
}

0 comments on commit ae0737d

Please sign in to comment.