Skip to content

Commit

Permalink
github/workflows: run CodeQL job on Arch Linux
Browse files Browse the repository at this point in the history
Hopefully this will fix the unrecognized compiler flag issues.
  • Loading branch information
matheusmoreira committed Sep 18, 2024
1 parent 29bb2f1 commit 65a2266
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/lone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,25 @@ 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:
language: [ 'cpp' ]

steps:
- name: Set up pacman keys
run: pacman-key --init

- name: Update packages and install dependencies
run: pacman -Syu --noconfirm clang lld llvm mold

- name: Checkout lone repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 65a2266

Please sign in to comment.