Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjemmmic committed Aug 21, 2024
1 parent 31a99e8 commit 04e36ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
runs-on: macos-latest
steps:
- name: Git setup
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
which git
whereis git
- name: Install Foundry
run: |
Expand Down

0 comments on commit 04e36ac

Please sign in to comment.