Skip to content

Commit

Permalink
CI: add back permissions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Dec 6, 2023
1 parent ce284c3 commit dab175f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/espresso-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
runs-on: [ self-hosted, "${{ matrix.runs-on }}" ]

steps:
# TODO Can be removed later
- name: Fix submodule permissions check
run: |
sudo chown -R runner:runner .
- name: Fix submodule permissions check
run: |
git config --global --add safe.directory '*'
Expand Down

0 comments on commit dab175f

Please sign in to comment.