Skip to content

Commit

Permalink
default build type for extracting debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Sep 15, 2024
1 parent 56316da commit 9db7eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: build plugin
run: |
cmake -B build -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="${{ env.QTC_PATH }};${{ env.QT_PATH }}" -DBUILD_ROSTERMINAL=OFF
cmake -B build -GNinja -DCMAKE_PREFIX_PATH="${{ env.QTC_PATH }};${{ env.QT_PATH }}" -DBUILD_ROSTERMINAL=OFF
cmake --build build --target package
- name: upload artifact
Expand Down

0 comments on commit 9db7eed

Please sign in to comment.