mirror of
https://github.com/joeycastillo/second-movement.git
synced 2026-03-01 05:19:46 +00:00
i think this workaround is worked into the checkout action
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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: '.'
|
||||
|
||||
Reference in New Issue
Block a user