senkenn / sqlsurge

Visual Studio Code extension for SQL language server
https://marketplace.visualstudio.com/items?itemName=senken.sqlsurge
MIT License
18 stars 0 forks source link

Use cache for installing wasm-pack on GitHub Actions #28

Closed senkenn closed 7 months ago

senkenn commented 7 months ago

close #27 This pull request fixes issue #27 by updating the GitHub Actions workflow to use the jetli/wasm-pack-action action instead of manually installing wasm-pack. This action allows for caching of the wasm-pack installation, improving build times.

senkenn commented 7 months ago

reduced macos ci time, 10m35s -> 3m54s

senkenn commented 7 months ago

referenece: https://zenn.dev/shotaro_tsuji/scraps/1eae69f2e0d7e6