diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5838aa07..b1e19099 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: '.'