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

Commit

Permalink
fixup! fixup! fixup! ci: Set workspace as a safe directory
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
  • Loading branch information
gustavonihei committed May 17, 2022
1 parent f986527 commit 3d27a2d
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: /bin/sh -c "git config --global --add safe.directory * && ./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 3d27a2d

Please sign in to comment.