diff --git a/.github/workflows/msvc2022-qt6-drivers.yml b/.github/workflows/msvc2022-qt6-drivers.yml index e252609a5..01f4b3fbf 100644 --- a/.github/workflows/msvc2022-qt6-drivers.yml +++ b/.github/workflows/msvc2022-qt6-drivers.yml @@ -31,15 +31,14 @@ jobs: strategy: matrix: - drivers-type: [Shared] - # drivers-type: [Shared, Loadable] + drivers-type: [Shared, Loadable] build-type: - key: debug name: Debug - # - key: release - # name: Release + - key: release + name: Release steps: - uses: actions/checkout@v4