Skip to content

Commit

Permalink
Add missing '
Browse files Browse the repository at this point in the history
  • Loading branch information
bdutro-mips committed Oct 16, 2024
1 parent 81a4a4b commit 4af410d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
CC: ${{ matrix.compiler }}
CXX: ${{ matrix.compiler == 'gcc' && 'g++' || 'clang++' }}
LTO_CONFIG: ${{ matrix.build_type == 'Release' && format('-DNO_STF_LTO={0}, !matrix.lto_config.lto) || '' }}
LTO_CONFIG: ${{ matrix.build_type == 'Release' && format('-DNO_STF_LTO={0}', !matrix.lto_config.lto) || '' }}
CLANG_FULL_LTO_CONFIG: ${{ (matrix.compiler == 'clang' && matrix.build_type == 'Release') && format('-DFULL_LTO={1}', matrix.lto_config.full_lto) || '' }}

runs-on: ubuntu-latest
Expand Down

0 comments on commit 4af410d

Please sign in to comment.