Skip to content

Commit

Permalink
Force arm64e architecture in CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Apr 22, 2024
1 parent 801c09a commit 92e1b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
source-root: src
- name: Build sources
run: |
cmake -S . -B build
cmake --build build
arch -arm64e cmake -S . -B build
arch -arm64e cmake --build build
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1

0 comments on commit 92e1b26

Please sign in to comment.