stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
65 stars 68 forks source link

Improve caching of Rust build artifacts and update workflows #103

Closed leighmcculloch closed 2 years ago

leighmcculloch commented 2 years ago

What

Use the stellar/actions actions and workflows.

Why

Shifting to use the shared actions that perform these tasks, and the caching is better as it will cache the bin installs.

Close https://github.com/stellar/rs-soroban-env/issues/404