From c1fa38120d0dfc17cc8c4a8917fc1ee6087d1f3c Mon Sep 17 00:00:00 2001 From: John Maguire Date: Wed, 18 May 2022 18:00:06 +0100 Subject: [PATCH] Add git hackery for all builds --- .github/workflows/all.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 2e81adb9a..d5d83591f 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -170,6 +170,8 @@ jobs: qttools5-dev ssh - uses: actions/checkout@v1.2.0 + - name: git hackery + run: git config --global --add safe.directory ${GITHUB_WORKSPACE} - name: cmake working-directory: bin run: cmake .. @@ -232,6 +234,8 @@ jobs: taglib-devel tar - uses: actions/checkout@v1.2.0 + - name: git hackery + run: git config --global --add safe.directory ${GITHUB_WORKSPACE} - name: cmake working-directory: bin run: cmake .. @@ -302,6 +306,8 @@ jobs: taglib-devel tar - uses: actions/checkout@v1.2.0 + - name: git hackery + run: git config --global --add safe.directory ${GITHUB_WORKSPACE} - name: cmake working-directory: bin run: cmake .. @@ -372,6 +378,8 @@ jobs: taglib-devel tar - uses: actions/checkout@v1.2.0 + - name: git hackery + run: git config --global --add safe.directory ${GITHUB_WORKSPACE} - name: cmake working-directory: bin run: cmake .. @@ -402,6 +410,8 @@ jobs: - name: Fix liblastfm includes run: ln -s /target/include/lastfm /target/include/lastfm5 - uses: actions/checkout@v1.2.0 + - name: git hackery + run: git config --global --add safe.directory ${GITHUB_WORKSPACE} - name: cmake working-directory: bin run: > @@ -623,6 +633,8 @@ jobs: qttools5-dev ssh - uses: actions/checkout@v1.2.0 + - name: git hackery + run: git config --global --add safe.directory ${GITHUB_WORKSPACE} - name: cmake working-directory: bin run: > @@ -680,6 +692,8 @@ jobs: libsparsehash-dev ssh - uses: actions/checkout@v1.2.0 + - name: git hackery + run: git config --global --add safe.directory ${GITHUB_WORKSPACE} - name: cmake working-directory: bin run: > @@ -738,6 +752,8 @@ jobs: qttools5-dev ssh - uses: actions/checkout@v1.2.0 + - name: git hackery + run: git config --global --add safe.directory ${GITHUB_WORKSPACE} - name: cmake working-directory: bin run: > @@ -795,6 +811,8 @@ jobs: qttools5-dev ssh - uses: actions/checkout@v1.2.0 + - name: git hackery + run: git config --global --add safe.directory ${GITHUB_WORKSPACE} - name: cmake working-directory: bin run: > @@ -926,6 +944,8 @@ jobs: qttools5-dev ssh - uses: actions/checkout@v1.2.0 + - name: git hackery + run: git config --global --add safe.directory ${GITHUB_WORKSPACE} - name: cmake working-directory: bin run: > @@ -947,6 +967,8 @@ jobs: runs-on: macos-10.15 steps: - uses: actions/checkout@v1.2.0 + - name: git hackery + run: git config --global --add safe.directory ${GITHUB_WORKSPACE} - name: Install dependencies run: brew bundle