Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
correaa committed Apr 18, 2024
1 parent 77d1fb0 commit ed730fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
BUILD_TYPE: Debug

jobs:
latest-c++:
latest-cpp:
runs-on: ubuntu-latest

steps:
Expand All @@ -33,7 +33,7 @@ jobs:
working-directory: ${{github.workspace}}/build
run: ctest -C ${{env.BUILD_TYPE}}

latest-clang++:
latest-clangpp:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit ed730fc

Please sign in to comment.