diff --git a/.github/workflows/vcpkg_ci.yml b/.github/workflows/vcpkg_ci.yml index 28f38bed8..c3189bc4d 100644 --- a/.github/workflows/vcpkg_ci.yml +++ b/.github/workflows/vcpkg_ci.yml @@ -32,6 +32,10 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Fix git permissions + shell: bash + run: git config --global --add safe.directory "/__w/mcsema/mcsema" + - name: Build and install remill shell: bash run: |