mirror of
https://github.com/dgibson/dtc.git
synced 2026-07-10 13:29:48 -04:00
workflows: build: Add $GITHUB_WORKSPACE to safe.directory
See https://github.com/actions/checkout/issues/766.
This commit is contained in:
parent
f5dc8f9978
commit
24efafc332
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -70,6 +70,10 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: "${GITHUB_WORKSPACE}/scripts/install-deps.sh"
|
||||
|
||||
# https://github.com/actions/checkout/issues/766
|
||||
- name: Add workspace to safe.directory
|
||||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
meson setup . _build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue