Skip to content

Commit

Permalink
check sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Sep 13, 2023
1 parent c6b8907 commit e5513f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab #3.5.2

# TEST 1: run sccache vanilla using the developer's action
- name: Run sccache-cache
- name: Setup sccache
uses: mozilla-actions/[email protected]

- name: Run sccache stat for check
shell: bash
run: ${SCCACHE_PATH} --show-stats

- name: Prep build on Ubuntu
uses: ./.github/actions/prep-ubuntu
with:
Expand Down

0 comments on commit e5513f4

Please sign in to comment.