Skip to content

Commit

Permalink
See if gfind is installed on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Nov 22, 2023
1 parent de372ca commit 329c5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 329c5ce

Please sign in to comment.