Skip to content

Commit

Permalink
Update CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Oct 19, 2023
1 parent 54c7cf0 commit aec4689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
CLANG_TIDY_ARGS="--config-file=${{github.workspace}}/.clang-tidy --warnings-as-errors=*"
export PATH=/tmp/my-amrex/bin:$PATH
which fcompare
which amrex_fcompare
ctest --output-on-failure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
CLANG_TIDY_ARGS="--config-file=${{github.workspace}}/.clang-tidy --warnings-as-errors=*"
export PATH=/tmp/my-amrex/bin:$PATH
which fcompare
which amrex_fcompare
ctest --output-on-failure
Expand Down

0 comments on commit aec4689

Please sign in to comment.