mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 21:45:20 +00:00
CI: Remove leftover ccache step and fix a broken link in the clang build
This commit is contained in:
parent
b1b6a6d6e8
commit
151c940827
Notes:
sideshowbarker
2024-07-18 07:12:11 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/151c940827d Pull-request: https://github.com/SerenityOS/serenity/pull/9298
1 changed files with 1 additions and 3 deletions
4
.github/workflows/clang.yml
vendored
4
.github/workflows/clang.yml
vendored
|
@ -45,8 +45,6 @@ jobs:
|
|||
- name: Build Serenity and Tests
|
||||
working-directory: ${{ github.workspace }}/Build
|
||||
run: cmake --build .
|
||||
- name: Show ccache stats after build
|
||||
run: ccache -s
|
||||
|
||||
- name: Create Serenity Rootfs
|
||||
working-directory: ${{ github.workspace }}/Build
|
||||
|
@ -95,5 +93,5 @@ jobs:
|
|||
DISCORD_AVATAR: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
|
||||
uses: IdanHo/action-discord@754598254f288e6d8e9fca637832e3c163515ba8
|
||||
with:
|
||||
args: "The clang build ${{ env.WORKFLOW_CONCLUSION == 'success' && 'passed :white_check_mark:' || 'failed :x:' }} :( https://github.com/SerenityOS/serenity/runs/${{github.run_id}}"
|
||||
args: "The clang build ${{ env.WORKFLOW_CONCLUSION == 'success' && 'passed :white_check_mark:' || 'failed :x:' }} https://github.com/SerenityOS/serenity/actions/runs/${{github.run_id}}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue