Skip to content

Commit

Permalink
GHA: Disable linux-x64 debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Jan 18, 2024
1 parent e86c911 commit fa966a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:

strategy:
fail-fast: false
matrix:
debug-level: ${{ fromJSON(inputs.debug-levels) }}
include:
- debug-level: debug
flags: --with-debug-level=fastdebug
suffix: -debug
#matrix:
# debug-level: ${{ fromJSON(inputs.debug-levels) }}
# include:
# - debug-level: debug
# flags: --with-debug-level=fastdebug
# suffix: -debug

steps:
- name: 'Install some dependencies'
Expand Down

0 comments on commit fa966a7

Please sign in to comment.