Skip to content

Commit

Permalink
Fix for CodeQL swift build
Browse files Browse the repository at this point in the history
  • Loading branch information
adamayoung committed Jan 31, 2024
1 parent 925227e commit 3a11346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
config-file: ./.github/codeql/codeql-config.yml

- name: Build
run: swift build --build-tests
run: swift build --arch arm64 --build-tests

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit 3a11346

Please sign in to comment.