mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-08 00:05:00 +00:00
Clear wasm-bindgen
cache before compilation (#1334)
Clear wasm-bindgen cache before compilation
This commit is contained in:
parent
1d08959bf8
commit
74d2ed9786
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -21,6 +21,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: 🔧 Clear wasm-bindgen cache
|
||||
run: rm -r ~/.cache/.wasm-pack
|
||||
|
||||
- name: Comment deploy start
|
||||
if: github.event_name != 'push'
|
||||
uses: mshick/add-pr-comment@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue