You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github actions: Build and cache tint-extract separately
Normally, clap would fetch and build tint-extract if "WebGPU" is
amoung the specified renderers, but in a github action this wastes a
lot of time. Instead, build it separately outside of main build stage
and cache the result to avoid rebuilds in subsequent workflow runs.
Signed-off-by: Alexander Shishkin <alex@ash.works>
0 commit comments