Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
octoflar authored Jun 8, 2024
1 parent d23d554 commit dc84c10
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 @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
# Customize the CMake build types here (Release, Debug, RelWithDebInfo, etc.)
kind: [Release]
kind: [Debug, Release]

env:
BUILD_TYPE: ${{ matrix.kind }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
matrix:
# Customize the CMake build types here (Release, Debug, RelWithDebInfo, etc.)
kind: [Debug, Release]
kind: [Release]

env:
BUILD_TYPE: ${{ matrix.kind }}
Expand Down

0 comments on commit dc84c10

Please sign in to comment.