Skip to content

Commit

Permalink
Merge pull request #1644 from lf-lang/disable-a-security-measure
Browse files Browse the repository at this point in the history
Updated Git configuration to avoid "dubious ownership" errors
  • Loading branch information
lhstrh authored Mar 14, 2023
2 parents c5d685c + c826449 commit 95b5b54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/c-zephyr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
ref: ${{ inputs.compiler-ref }}
fetch-depth: 0
- name: Try to get around git safe issues
run: git config --global --add safe.directory /__w/lingua-franca/lingua-franca
run: |
git config --global --add safe.directory '/__w/lingua-franca/lingua-franca'
git config --global --add safe.directory '/__w/reactor-c/reactor-c'
- name: Prepare build environment
uses: ./.github/actions/prepare-build-env
- name: Check out specific ref of reactor-c
Expand Down

0 comments on commit 95b5b54

Please sign in to comment.