From 329c5ced4d6258f1cd9f41d5560a875eab4ba09a Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Wed, 22 Nov 2023 21:00:46 +1100 Subject: [PATCH] See if gfind is installed on macos --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e87efeafc..9b9fd9458 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -244,7 +244,7 @@ jobs: if-no-files-found: ignore - name: Prep combined test results run: | - find "$RUNNER_TEMP" \( -name 'coverage.info' -or -name 'removeHtmlDates.sh' -or -name '*.tap' \) -printf '%P\0' | + gfind "$RUNNER_TEMP" \( -name 'coverage.info' -or -name 'removeHtmlDates.sh' -or -name '*.tap' \) -printf '%P\0' | cpio -pmd0 -D "$RUNNER_TEMP" "$GITHUB_WORKSPACE/test-results-mac-${{ matrix.env.cc }}-${{ matrix.qt }}" - name: Upload combined test results uses: actions/upload-artifact@v3