Skip to content

Commit

Permalink
ci: add git safe directory for dunamai
Browse files Browse the repository at this point in the history
  • Loading branch information
pthierry-ledger committed Jul 31, 2024
1 parent 404fa50 commit 53dc7fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
set-safe-directory: '*'
- name: deploy local deps
run: |
pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
with:
ref: ${{ github.ref }}
fetch-depth: 0
set-safe-directory: '*'
- name: Install local deps
run: |
pip3 install -r requirements.txt
Expand Down

0 comments on commit 53dc7fd

Please sign in to comment.