Skip to content

Commit

Permalink
add fetching of origin main
Browse files Browse the repository at this point in the history
  • Loading branch information
apolyakov committed Feb 4, 2025
1 parent e2ff8dc commit d113357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - && sudo apt-get install -y clang-format-18

- name: Add git safe directory
run: git config --global --add safe.directory '*'
run: git config --global --add safe.directory '*' && git fetch origin master
# This command is used to address potential issues with Git's safe directory feature.
# By setting '*' as a safe directory, we allow Git operations to proceed without errors
# related to directory safety, ensuring smooth execution of the submodules updating.
Expand Down

0 comments on commit d113357

Please sign in to comment.