Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Trass3r authored Jul 4, 2024
1 parent d003adb commit f9b77de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# with DESTDIR=/usr/local always recompiles and makes build files owned by root
- name: analyze ccache logs
run: |
find -name '*.ccache-log' | xargs grep -Ei 'preprocessed_cache_miss| supported|found |error |failed |unknown |too hard|Result: [^cdlp]' || true
find -name '*.ccache-log' | xargs grep -Ei 'preprocessed_cache_miss| supported|found |failed |unknown |too hard|Result: [^cdlp]' || true
- uses: actions/upload-artifact@v4
with:
name: kernel
Expand Down

0 comments on commit f9b77de

Please sign in to comment.