add CVE-2022-24765 to build-simulator
This commit is contained in:
parent
aa94739e7e
commit
35d1f5e647
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -38,6 +38,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Work around CVE-2022-24765
|
||||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
- name: Compile movement
|
||||
run: emmake make
|
||||
working-directory: 'movement/make'
|
||||
|
Loading…
x
Reference in New Issue
Block a user