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 e9bc783
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,17 @@ 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' ]
language: c-cpp

steps:
- name: Checkout lone repository
Expand Down

0 comments on commit e9bc783

Please sign in to comment.