Skip to content

Commit

Permalink
reduced the number of builds
Browse files Browse the repository at this point in the history
  • Loading branch information
blessio committed Jan 6, 2025
1 parent 2ea6a81 commit 4ee013a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bld-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build_type: [RelWithDebInfo,Release]
build_type: [RelWithDebInfo] # [RelWithDebInfo,Release,Debug] practically only this one is needed
config:
- os: windows-latest
vcpkg_triplet: x64-windows
Expand Down Expand Up @@ -193,7 +193,6 @@ jobs:
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
..
- name: 560. LINUX ONLY // Configure CMake
if: ${{ startsWith( matrix.config.os , 'ubuntu' ) }}
run: >
Expand Down

0 comments on commit 4ee013a

Please sign in to comment.