Update continuous-build-linux.yml

Fix - Unsafe repository stop
This commit is contained in:
Jakob P. Liljenberg 2022-04-13 11:42:04 +02:00 committed by GitHub
parent df205fb23c
commit 4bae3c4f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@ jobs:
- name: Install build tools
run: apk add --no-cache coreutils git make tar zstd
- name: Fix - Unsafe repository stop
run: git config --global --add safe.directory /__w/btop/btop
- name: Checkout source
uses: actions/checkout@v2