From: joeycastillo Date: Sat, 30 Apr 2022 13:35:30 +0000 (-0500) Subject: add CVE-2022-24765 to build-simulator X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=35d1f5e647ac1b5fcccdb43ec58058587dd5301b;p=sensor-watch.git add CVE-2022-24765 to build-simulator --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 909d9a2..3ed1ff2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'