mirror of
https://github.com/joeycastillo/second-movement.git
synced 2025-10-29 11:38:27 +00:00
Ensure git directory is marked as safe
This commit is contained in:
parent
3b7603a0ed
commit
50dec7f82a
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -20,6 +20,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Ensure workspace directory is defined as safe
|
||||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
- name: Compile movement firmware
|
||||
run: make
|
||||
working-directory: '.'
|
||||
@ -38,6 +40,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Ensure workspace directory is defined as safe
|
||||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
- name: Compile movement
|
||||
run: emmake make
|
||||
working-directory: '.'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user