i think this workaround is worked into the checkout action

This commit is contained in:
joeycastillo
2024-07-09 21:25:08 -04:00
parent efce5b29d9
commit f54895a23e

View File

@ -16,8 +16,6 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: Work around CVE-2022-24765
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Compile movement firmware
run: make
working-directory: '.'