From 3cad3f142316a722c2abece169215f09869f930b Mon Sep 17 00:00:00 2001 From: Matheus Afonso Martins Moreira Date: Wed, 18 Sep 2024 01:36:37 -0300 Subject: [PATCH] github/workflows: run CodeQL job on Arch Linux Hopefully this will fix the unrecognized compiler flag issues. --- .github/workflows/lone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lone.yml b/.github/workflows/lone.yml index 2e7a70f..ea2cbea 100644 --- a/.github/workflows/lone.yml +++ b/.github/workflows/lone.yml @@ -73,10 +73,13 @@ jobs: analyze: name: CodeQL analysis runs-on: ubuntu-latest + container: archlinux:base-devel + permissions: actions: read contents: read security-events: write + strategy: fail-fast: false matrix: