Skip to content

Commit

Permalink
CI: Remove leftover ccache step and fix a broken link in the clang build
Browse files Browse the repository at this point in the history
  • Loading branch information
IdanHo authored and gunnarbeutner committed Aug 9, 2021
1 parent b1b6a6d commit 151c940
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}}"

0 comments on commit 151c940

Please sign in to comment.