Skip to content

Commit

Permalink
ci: Try another thing
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Aug 7, 2024
1 parent ef9e468 commit 3113f7f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,10 @@ jobs:
working-directory: target/snitch_cluster
run: |
make rtl
- name: Check git safe directories
- name: Git config safe.directory
run: |
ls -al /__w/snitch_cluster/snitch_cluster
echo $GITHUB_WORKSPACE
whoami
ls -al $GITHUB_WORKSPACE/../
git config --global --add safe.directory $GITHUB_WORKSPACE
- name: Diff porcelain
uses: mmontes11/[email protected]
with:
Expand Down

0 comments on commit 3113f7f

Please sign in to comment.