mirror of
https://github.com/lifting-bits/mcsema
synced 2026-06-08 15:31:09 +00:00
CI: Fix git permissions
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user