Fixes dubious ownership error

pull/7054/head
gindibay 2023-07-12 21:34:43 +03:00
parent ea626ffde3
commit 4bb156e58f
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ jobs:
- name: Make
run: |
set -e
git config --global --add safe.directory ${{ github.workspace }}
make CFLAGS="-Wno-missing-braces" -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log
- name: Make install