Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Sep 22, 2024
1 parent 8938388 commit 70a1dbc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
make -j4 VERBOSE=ON
ctest --output-on-failure
Tutorials-gmake:
name: Clang libamrexpr & GNU Make
Tutorials-cmake:
name: Clang libamrexpr & CMake
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
make -j4 VERBOSE=ON
ctest --output-on-failure
Tutorials-gmake:
name: GCC libamrexpr & GNU Make
Tutorials-cmake:
name: GCC libamrexpr & CMake
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
make -j4 VERBOSE=ON
ctest --output-on-failure
Tutorials-gmake:
name: Intel libamrexpr & GNU Make
Tutorials-cmake:
name: Intel libamrexpr & CMake
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 70a1dbc

Please sign in to comment.