Skip to content

Commit

Permalink
Merge pull request #5499 from gassmoeller/fix_github_actions_permissions
Browse files Browse the repository at this point in the history
Fix for git incompatibility
  • Loading branch information
tjhei authored Nov 16, 2023
2 parents f1d6409 + 13751b0 commit c751ff7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ jobs:
run: |
cd build
ninja generate_reference_output
# TODO: temporary fix for a git incompability.
# Can likely be removed when the tester image runs on Ubuntu 22.04
/usr/bin/git config --system --add safe.directory /__w/aspect/aspect
git diff ../tests > ${{ matrix.result-file }}
- name: archive test results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c751ff7

Please sign in to comment.