Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
ci: Set workspace as a safe directory
Browse files Browse the repository at this point in the history
This fixes an issue reported on
actions/checkout#760

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
  • Loading branch information
gustavonihei committed May 17, 2022
1 parent aabed6e commit c30ee8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build MCUboot bootloader
uses: docker://docker.io/espressif/idf:release-v4.4
with:
args: ./build_mcuboot.sh -s -c ${{matrix.targets}}
args: /bin/sh -c "git config --global --add safe.directory '*' && ./build_mcuboot.sh -s -c ${{matrix.targets}}"
- uses: actions/upload-artifact@v3
with:
name: mcuboot-builds
Expand Down

0 comments on commit c30ee8b

Please sign in to comment.