Skip to content

Commit

Permalink
remove debug config
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed Dec 12, 2023
1 parent 53e4f94 commit b3d3107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- run: sh cmake/GenerateMake.sh "-DCMAKE_BUILD_TYPE=Debug"
- run: cmake --build . --config Debug --target lib3mf_memcheck
- run: sh cmake/GenerateMake.sh
- run: cmake --build . --target lib3mf_memcheck
working-directory: ./build
- run: ctest -V
working-directory: ./build
Expand Down

0 comments on commit b3d3107

Please sign in to comment.