Skip to content

Commit

Permalink
Code scanning: Fix multiple build modes example (#49918)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Apr 2, 2024
1 parent 46219e3 commit 1219d1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ steps:
- name: Initialize CodeQL
uses: {% data reusables.actions.action-codeql-action-init %}
with:
languages: ${{ matrix.language }}
- if: ${{ matrix.build-mode == 'manual' }}
languages: {% raw %}${{ matrix.language }}{% endraw %}
- if: {% raw %}${{ matrix.build-mode == 'manual' }}{% endraw %}
name: Build C and C++ code
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
Expand Down

0 comments on commit 1219d1c

Please sign in to comment.