Skip to content

Commit

Permalink
Remove --system, job is not containerized
Browse files Browse the repository at this point in the history
  • Loading branch information
nirosys committed Sep 26, 2023
1 parent 365d506 commit 62294f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# uses a compiled language

- name: Create git config
run: git config --system --add safe.directory $GITHUB_WORKSPACE
run: git config --add safe.directory $GITHUB_WORKSPACE
- name: Build
run: ./build-release.sh

Expand Down

0 comments on commit 62294f4

Please sign in to comment.