1
0
mirror of synced 2025-02-20 04:01:01 +01:00

github: Don't use build matrix for analysis

This commit is contained in:
WerWolv 2021-09-11 19:37:20 +02:00
parent ac645c63d3
commit 254b204d6c

View File

@ -17,10 +17,6 @@ jobs:
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'cpp' ]
steps:
- name: 🧰 Checkout
uses: actions/checkout@v2
@ -31,7 +27,7 @@ jobs:
- name: ✋ Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
languages: 'cpp'
- name: ⬇️ Install dependencies
run: |