add CVE-2022-24765 to build-simulator

This commit is contained in:
joeycastillo
2022-04-30 08:35:30 -05:00
committed by GitHub
parent aa94739e7e
commit 35d1f5e647

View File

@ -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'