From ae1520ab4820dd02bbe007bf411aa97172c331c3 Mon Sep 17 00:00:00 2001 From: Matheus Afonso Martins Moreira Date: Wed, 18 Sep 2024 01:37: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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lone.yml b/.github/workflows/lone.yml index eaa045e..9d8dafa 100644 --- a/.github/workflows/lone.yml +++ b/.github/workflows/lone.yml @@ -73,6 +73,8 @@ jobs: analyze: name: CodeQL analysis runs-on: ubuntu-latest + container: archlinux:base-devel + permissions: actions: read contents: read