mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:37:37 +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
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
Add a link
Reference in a new issue